Control up to 4 DC Motors from a serial port

Dependencies:   mbed

Committer:
jm
Date:
Sat Feb 12 16:39:20 2011 +0000
Revision:
0:dedab08b24ea
jmMotor Command Line Interface Module

Who changed what in which revision?

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