Moved raven-lcd.h file
This commit is contained in:
parent
1726c10a46
commit
1c5a27f693
1 changed files with 13 additions and 0 deletions
13
platform/avr-raven/raven-lcd.h
Normal file
13
platform/avr-raven/raven-lcd.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef raven_lcd_h
|
||||
#define raven_lcd_h
|
||||
|
||||
int raven_lcd_serial_input(unsigned char ch);
|
||||
PROCESS_NAME(raven_lcd_process);
|
||||
|
||||
/* Events for the Raven LCD processing loop */
|
||||
#define PING_REQUEST 0xc1
|
||||
#define PING_REPLY 0xc0
|
||||
#define SERIAL_CMD 0x1
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue