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:
131:0d926c080a65
Child:
140:ab3e94eb0227
--- a/common.h	Wed Jul 24 12:33:49 2013 +0000
+++ b/common.h	Thu Jul 25 14:32:54 2013 +0000
@@ -23,7 +23,7 @@
 #define maxSkin 1
 
 #define maxBufLen 1024
-#define canTimeout 5
+#define canTimeout 10
 #define userTimeout 15
 
 #define BatDataBaseG1 0x00 // 6 frames - SOH, SOC, Ah
@@ -35,4 +35,6 @@
 #define BatDataBaseG7 0x3A
 #define BatDataBufMax 0x196 // 7 x 3A bytes
 
-#define VP230Sleep 0 // Set to 0 if using VP231 (sleep disables RX)
\ No newline at end of file
+#define VP230Sleep 0 // Set to 0 if using VP231 (sleep disables RX)
+
+#define minTirePressure 128 // 32psi X 4
\ No newline at end of file