test fork

Dependencies:   SPI_TFTx2 SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary_9341 by Tick Tock

Revision:
142:c1a11d6f181c
Parent:
141:cf13a632ddb5
Child:
143:88b5155622a5
--- a/main.cpp	Sun Aug 04 20:39:16 2013 +0000
+++ b/main.cpp	Sun Aug 04 20:59:27 2013 +0000
@@ -10,8 +10,8 @@
 // * Subtract accessory power from efficiency history (add back in when displaying)
 // * Add trip history display
 
-// rev141
-// tweaked brakeMon sensitivity and threshold
+// rev142
+// changed trip log back to jsut cp vales
 
 
 #include "mbed.h"
@@ -23,7 +23,7 @@
 #include "utility.h"
 #include "displayModes.h"
 #include "TOUCH_TFTx2.h"
-char revStr[7] = "141"; // gg - revision string, max 6 characters
+char revStr[7] = "142"; // gg - revision string, max 6 characters
 
 FATFS USBdrive;
 LocalFileSystem local("local");