4 int raven_lcd_serial_input(
unsigned char ch);
5 void raven_lcd_show_text(
char *text);
11 #define NULL_CMD (0x00)
12 #define SERIAL_CMD (0x01)
15 #define REPORT_PING (0xC0)
16 #define REPORT_PING_BEEP (0xC1)
17 #define REPORT_TEXT_MSG (0xC2)
18 #define REPORT_WAKE (0xC3)
21 #define SEND_TEMP (0x80)
22 #define SEND_PING (0x81)
23 #define SEND_ADC2 (0x82)
24 #define SEND_SLEEP (0x83)
25 #define SEND_WAKE (0x84)