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: displayModes.h
- Revision:
- 37:fea2c1d52c5f
- Parent:
- 36:dbd39c315258
- Child:
- 39:eef8beac7411
--- a/displayModes.h Sat Mar 23 04:43:45 2013 +0000 +++ b/displayModes.h Sun Mar 24 15:35:45 2013 +0000 @@ -29,12 +29,14 @@ extern bool playbackEn; extern bool playbackOpen; extern float playbackInt; +extern float mpkWh; extern "C" { void printLast (bool force); void printChanged (bool force); void printLog (bool force); void printDTE (bool force); + void test (bool force); void braking (bool force, bool prdata); void cpData(bool force); void showDateTime(bool force);