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:
150:ef46ce63345c
Parent:
149:e9739523109f
Child:
152:a4d66901785d
--- a/displayModes.h	Wed Sep 25 03:33:18 2013 +0000
+++ b/displayModes.h	Fri Sep 27 04:43:41 2013 +0000
@@ -63,8 +63,6 @@
 extern bool brakeMon;
 extern float curEff;
 extern unsigned short uMsgId[8];
-extern float ambient_F;
-extern float nomDrag;
 
 extern "C" {
     void printLast (bool force, bool showButtons);
@@ -84,7 +82,6 @@
     float convertDistance(float input); // LM - Metric
     float convertC(float input); // LM - Metric
     float convertF(float input); // LM - Metric
-    float airDrag(float F);
     char* distanceUnit(); // LM - Metric
     char* temperatureUnit(); // LM - Metric
 }
\ No newline at end of file