Jean Mercier
/
jmSwitch
Read up to 8 debounced switches from serial port
Diff: jmCommands.h
- Revision:
- 0:f3a5f6fe1c03
diff -r 000000000000 -r f3a5f6fe1c03 jmCommands.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jmCommands.h Sat Feb 12 16:46:49 2011 +0000 @@ -0,0 +1,18 @@ +/** @file jmCommands.h +* Auto Generated by jmCLIG +* @version Saturday, February 12, 2011 11:19 AM +*/ + +#ifndef jmCommandsdef + #define jmCommandsdef 1 + + #define nbCommands 9 + + // Strings + extern const char jmCLIG[77]; + extern const char cmdNames[54]; + +#endif + +// Prototypes +void Action(int);