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: utility.h
- Revision:
- 39:eef8beac7411
- Parent:
- 37:fea2c1d52c5f
- Child:
- 40:0e6e71a7323f
--- a/utility.h Sun Mar 24 17:26:09 2013 +0000 +++ b/utility.h Mon Mar 25 15:13:15 2013 +0000 @@ -14,6 +14,7 @@ extern unsigned char displayLoc; extern bool touched; extern bool logOpen; +extern bool logCP; // Turbo3 extern char writeBuffer[maxBufLen][13]; extern volatile int writePointer; extern DigitalOut led1,led2,led3,led4; @@ -60,6 +61,7 @@ void saveConfig(); void readConfig(); void upDate(unsigned char field, bool updownbar); + void logPackVoltages(); // Turbo3 } //LEAF OBD