Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed
Fork of CANary by
Diff: main.cpp
- 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");
