Dual CANbus monitor and instrumentation cluster

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed

Fork of CANary by Tick Tock

Branch:
Metric
Revision:
123:a8c0042df617
Parent:
122:138a40892a4c
Child:
124:0d622967b764
--- a/utility.h	Wed Jul 17 13:48:51 2013 +0000
+++ b/utility.h	Fri Jul 19 12:48:10 2013 +0000
@@ -27,7 +27,7 @@
 extern char indexLastMsg[0x800];
 extern unsigned char dMode[2];
 extern unsigned char msgChanged[100];
-extern unsigned char battData[BatDataBufMax]; // BatDataBufMax
+extern unsigned char queryData[DataBufMax]; // BatDataBufMax
 extern CANMessage lastMsg[100];
 extern CAN can1,can2;
 extern unsigned int fwCount;
@@ -66,6 +66,7 @@
 extern bool debugMode;
 extern bool shunt[96];
 extern float accV;
+extern bool reqRest;
 
 extern "C" {
     void mbed_reset();