Read up to 8 debounced switches from serial port

Dependencies:   mbed

Committer:
jm
Date:
Sat Feb 12 16:46:49 2011 +0000
Revision:
0:f3a5f6fe1c03
jmSwitch Command Line Interface Module

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jm 0:f3a5f6fe1c03 1 /** @file jmCommands.h
jm 0:f3a5f6fe1c03 2 * Auto Generated by jmCLIG
jm 0:f3a5f6fe1c03 3 * @version Saturday, February 12, 2011 11:19 AM
jm 0:f3a5f6fe1c03 4 */
jm 0:f3a5f6fe1c03 5
jm 0:f3a5f6fe1c03 6 #ifndef jmCommandsdef
jm 0:f3a5f6fe1c03 7 #define jmCommandsdef 1
jm 0:f3a5f6fe1c03 8
jm 0:f3a5f6fe1c03 9 #define nbCommands 9
jm 0:f3a5f6fe1c03 10
jm 0:f3a5f6fe1c03 11 // Strings
jm 0:f3a5f6fe1c03 12 extern const char jmCLIG[77];
jm 0:f3a5f6fe1c03 13 extern const char cmdNames[54];
jm 0:f3a5f6fe1c03 14
jm 0:f3a5f6fe1c03 15 #endif
jm 0:f3a5f6fe1c03 16
jm 0:f3a5f6fe1c03 17 // Prototypes
jm 0:f3a5f6fe1c03 18 void Action(int);