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:
- 35:5acbd8a64a89
- Parent:
- 34:4751a8259b18
- Child:
- 36:dbd39c315258
--- a/utility.h Wed Mar 20 13:57:00 2013 +0000 +++ b/utility.h Thu Mar 21 12:05:22 2013 +0000 @@ -28,6 +28,10 @@ extern bool tick; extern bool headlights; extern TOUCH_TFTx2 tt; +extern float ledHi; +extern float ledLo; +extern unsigned short pollInt; +extern float scale12V; extern "C" { void mbed_reset();