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:
140:ab3e94eb0227
Parent:
132:08748a67280a
Child:
143:88b5155622a5
--- a/displayModes.h	Fri Aug 02 14:11:23 2013 +0000
+++ b/displayModes.h	Sun Aug 04 14:57:40 2013 +0000
@@ -59,6 +59,8 @@
 extern signed short Imax, Imin;
 extern bool showHealth;
 extern float maxTripEff, minTripEff;
+extern bool brakeMon;
+//extern unsigned short chirpInt;
 
 extern "C" {
     void printLast (bool force, bool showButtons);