For Terrance

Dependencies:   mbed

Revision:
0:085749c8446f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Headers/KeyValue.h	Wed Jun 13 15:10:06 2012 +0000
@@ -0,0 +1,12 @@
+#include "DataTypes.h"
+
+#ifndef _KEY_VALUE_H
+#define _KEY_VALUE_H
+
+BOOL KeyValueSplit(CHAR *LineBuf,CHAR *Key,CHAR *Value);
+
+
+extern CHAR Key[64];
+extern CHAR Value[64];
+
+#endif
\ No newline at end of file