ddad
Dependencies: mbed
Fork of class_7segment_serial by
Diff: HostIO.h
- Revision:
- 2:120a14d6f055
diff -r 65d57cc8cb22 -r 120a14d6f055 HostIO.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HostIO.h Tue Jun 06 10:00:51 2017 +0000 @@ -0,0 +1,9 @@ +#ifndef HOSTIO_H +#define HOSTIO_H +#include "mbed.h" + +void HostInit(void); // function prototype +char GetKeyInput(void); // function prototype +extern Serial pc; + +#endif \ No newline at end of file