Dual CANbus monitor and instrumentation cluster

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed

Fork of CANary by Tick Tock

Revision:
48:d1ce92104a1f
Parent:
41:8d4609ea7259
Child:
50:83d5864c64a0
--- a/utility.h	Tue Apr 02 07:23:46 2013 +0000
+++ b/utility.h	Sat Apr 06 04:18:49 2013 +0000
@@ -15,6 +15,7 @@
 extern bool touched;
 extern bool logOpen;
 extern bool logCP; // Turbo3
+extern bool yesBattLog ; // gg - Batt Log
 extern bool showCP;
 extern char writeBuffer[maxBufLen][13];
 extern volatile int writePointer;
@@ -42,6 +43,7 @@
 extern unsigned short numWsamples;
 extern signed long motorRPM;
 extern unsigned short numSsamples;
+extern unsigned char skin;
 
 extern "C" {
     void mbed_reset();