Dual CANbus monitor and instrumentation cluster supporting ILI9341 display controller

Dependencies:   SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed

Fork of CANary by Tick Tock

Branch:
Metric
Revision:
100:63a7456fc972
Parent:
98:9f8bab96edff
Child:
102:fd19f777a0b4
diff -r c05abf8e1cdc -r 63a7456fc972 utility.h
--- a/utility.h	Sat Jun 15 18:47:38 2013 +0000
+++ b/utility.h	Sat Jun 15 19:03:40 2013 +0000
@@ -56,6 +56,8 @@
 extern unsigned char reqMsgCnt;
 extern unsigned char battTemp_x4;
 extern bool metric;
+extern unsigned char lastDMode[2];
+extern unsigned char whichTouched;
 
 extern "C" {
     void mbed_reset();