Contiki 2.6
|
This is the main file for the Raven LCD application. More...
Go to the source code of this file.
Defines | |
Logical defines | |
#define | BOOL char |
#define | FALSE 0 |
#define | TRUE (!false) |
#define | PING_ATTEMPTS (4) |
These are GUI to Radio Binary commands. | |
#define | NULL_CMD (0) |
#define | SEND_TEMP (0x80) |
#define | SEND_PING (0x81) |
#define | SEND_ADC2 (0x82) |
#define | SEND_SLEEP (0x83) |
#define | SEND_WAKE (0x84) |
These are the Radio to GUI binary commands. | |
#define | REPORT_PING (0xC0) |
#define | REPORT_PING_BEEP (0xC1) |
#define | REPORT_TEXT_MSG (0xC2) |
#define | REPORT_WAKE (0xC3) |
This is the main file for the Raven LCD application.
Contains binary command definitions.
Definition in file main.h.
#define REPORT_PING (0xC0) |
Definition at line 66 of file main.h.
Referenced by uart_serial_rcv_frame().