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

Revision:
134:ad243e4f1a17
Parent:
132:08748a67280a
Child:
138:a2f5af85ed0d
--- a/utility.h	Wed Jul 24 12:33:49 2013 +0000
+++ b/utility.h	Thu Jul 25 14:32:54 2013 +0000
@@ -69,6 +69,8 @@
 extern bool shunt[96];
 extern float accV;
 extern bool showHealth;
+extern float kWh_trip[0];
+extern float miles_trip[0];
 
 extern "C" {
     void mbed_reset();