source:
firmware/FSC/src/parser.h@
10677
| Last change on this file since 10677 was 10674, checked in by , 15 years ago | |
|---|---|
| File size: 289 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __PARSER_H |
| 2 | #define __PARSER_H |
| 3 | |
| 4 | void parse_ascii(); |
| 5 | void MSR_parser() ; |
| 6 | |
| 7 | // all allowed non readable commands are listed here |
| 8 | #define SET_ENABLES 0x01 // sets all enables -- needs 8 + 11 bytes of data |
| 9 | #define SW_TO_HUMAN 0xFF // SWITCH_TO_HUMAN_READABLE_INTERFACE |
| 10 | |
| 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
