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 /*************************************************************************
jm 0:dedab08b24ea 2 * @file jmInterpreter.h
jm 0:dedab08b24ea 3 * @brief Command Line Interpreter
jm 0:dedab08b24ea 4 *
jm 0:dedab08b24ea 5 * @date December 27,2010
jm 0:dedab08b24ea 6 */
jm 0:dedab08b24ea 7
jm 0:dedab08b24ea 8 // Prototypes
jm 0:dedab08b24ea 9 void Interpret(void);