Gets current time from the PC over a serial connection

Dependencies:   mbed

Python script available on the wiki page

Revision:
0:c8dd8b2c6942
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/terminal.h	Thu Nov 12 19:17:47 2015 +0000
@@ -0,0 +1,12 @@
+#ifndef TERMINAL_H
+#define TERMINAL
+
+void initializePCTerminal(Serial *p);
+void clearScreen();
+void locateCursor(int column, int row);
+int rgb888tobgr111(int colour);
+void setForeground(int colour);
+void setbBackground(int colour) ;
+
+void drawBox(int width, int height);
+#endif
\ No newline at end of file