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:
- 36:dbd39c315258
- Parent:
- 35:5acbd8a64a89
- Child:
- 37:fea2c1d52c5f
--- a/displayModes.h Thu Mar 21 12:05:22 2013 +0000 +++ b/displayModes.h Sat Mar 23 04:43:45 2013 +0000 @@ -26,6 +26,9 @@ extern unsigned char dtMode; extern float accV; extern bool tick; +extern bool playbackEn; +extern bool playbackOpen; +extern float playbackInt; extern "C" { void printLast (bool force);