2 #ifndef __textInterpreter_H__ 3 #define __textInterpreter_H__ 8 #ifndef NO_SERIALCOMMANDER 10 enum TEXTINTERPRETER_STEP
12 TEXTINTERPRETER_STEP_ID,
13 TEXTINTERPRETER_STEP_ID2,
14 TEXTINTERPRETER_STEP_TYPE,
15 TEXTINTERPRETER_STEP_DATA,
16 TEXTINTERPRETER_STEP_END
54 TEXTINTERPRETER_STEP step;
65 unsigned long SendChar(
char inCharacter);
69 unsigned long SendString(
char *inpString);