Project

General

Profile

Revision 1456

Added by Ryan Cahoon over 14 years ago

View differences:

lcd.c
33 33
 * @author Colony Project, CMU Robotics Club
34 34
 **/
35 35
#include <avr/io.h>
36
#include <lcd.h>
37
#include <time.h>
36
#include "lcd.h"
37
#include "time.h"
38 38

  
39 39
//LCD defines
40 40
#define RST _BV(4)  // pd4 (GPIO)

Also available in: Unified diff