Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
5:de0f26f533d8
Parent:
4:69fd47e1d296
Child:
6:4e83c236ee57
diff -r 69fd47e1d296 -r de0f26f533d8 def.h
--- a/def.h	Tue Sep 15 06:39:45 2015 +0000
+++ b/def.h	Tue Sep 15 09:10:38 2015 +0000
@@ -35,6 +35,7 @@
     uint8_t mouse[2];
     uint16_t compass;
     uint8_t color[3];
+    uint8_t lcdpoint[2];
 } Record;
 
 #endif
\ No newline at end of file