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