Get accesss to GPIO Registers from serial port

Dependencies:   mbed

Committer:
jm
Date:
Sat Feb 12 16:36:31 2011 +0000
Revision:
0:35df659aaddf
General IO Command Line Interface

Who changed what in which revision?

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