This is the main file for the Raven LCD application.
More...
Go to the source code of this file.
|
|
#define | BOOL char |
|
#define | FALSE 0 |
|
#define | TRUE (!false) |
|
#define | PING_ATTEMPTS (4) |
|
|
#define | NULL_CMD (0) |
|
#define | SEND_TEMP (0x80) |
|
#define | SEND_PING (0x81) |
|
#define | SEND_ADC2 (0x82) |
|
#define | SEND_SLEEP (0x83) |
|
#define | SEND_WAKE (0x84) |
|
|
#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.
- Author
- Mike Vidales mavid.nosp@m.a404.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Definition in file main.h.