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/Parser.h	Thu Nov 12 19:17:47 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef PARSER_H
+#define PARSER_H
+
+#define ERROR   1
+#define NOERROR 0
+
+extern char *commandTokens[20];
+
+char validateCommandSentence(char *pSentence);
+void parseCommandSentence( char *pBuffer);
+char calcChecksum(char *pSentence);
+
+
+
+#endif
\ No newline at end of file