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:
132:08748a67280a
Parent:
131:0d926c080a65
Child:
140:ab3e94eb0227
--- a/displayModes.h	Wed Jul 24 11:20:08 2013 +0000
+++ b/displayModes.h	Wed Jul 24 12:29:22 2013 +0000
@@ -58,6 +58,7 @@
 extern float unloadedV_x2,Resr,curRmax,curRmin,redRmax,redRmin,incRmax,incRmin;
 extern signed short Imax, Imin;
 extern bool showHealth;
+extern float maxTripEff, minTripEff;
 
 extern "C" {
     void printLast (bool force, bool showButtons);