Project to practice collaboration and header files

Dependencies:   mbed

Revision:
4:779121daed68
Parent:
3:6e8bf95e144d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HostIO.h	Mon Jan 11 19:00:56 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef HOSTIO_H
+#define HOSTIO_H
+
+#include "mbed.h"
+
+extern Serial pc;
+void HostInit(void);
+char GetKeyInput(void);
+
+#endif
\ No newline at end of file