source: firmware/FSC/src/parser.h@ 10669

Last change on this file since 10669 was 10667, checked in by neise, 14 years ago
File size: 270 bytes
Line 
1#ifndef __PARSER_H
2#define __PARSER_H
3
4void parse_ascii();
5
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.