Revision 1452 trunk/code/projects/libdragonfly/lcd.c
| lcd.c (revision 1452) | ||
|---|---|---|
| 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