Control up to 4 steppers axis with limit switch logic from serial port

Dependencies:   mbed

Committer:
jm
Date:
Sat Feb 12 16:49:03 2011 +0000
Revision:
0:3e676fcd9c71
jmStepperAxis Command Line Interface Module

Who changed what in which revision?

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