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: FatFileSystem MSCFileSystem SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed
Fork of CANary_corrupt by
Diff: main.cpp
- Revision:
- 96:a6c6a6fd1d28
- Parent:
- 95:248b3c25a7df
- Child:
- 97:9f8bab96edff
--- a/main.cpp Fri May 03 12:18:10 2013 +0000 +++ b/main.cpp Fri May 03 14:31:07 2013 +0000 @@ -51,7 +51,7 @@ // gg - revStr is used in 2 places // gg - and is easy to edit here // gg - added ZeroSecTick and revStr -char revStr[7] = "95"; +char revStr[7] = "96"; bool debugMode = false; bool logEn = false, logOpen = false; @@ -125,7 +125,7 @@ bool updateDTE = false; unsigned short pointerSep; unsigned char reqMsgCnt = 99; -unsigned char battTemp_x4 = 99; +unsigned char battTemp_x4 = 0; int main() { char sTemp[40]; unsigned long secs;