ddad

Dependencies:   mbed

Fork of class_7segment_serial by tatiuc embedded

Revision:
2:120a14d6f055
--- /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