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: SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed
Fork of CANary by
Diff: utility.h
- Revision:
- 171:355e284f5201
- Parent:
- 170:7ee98e3611bc
- Child:
- 174:cd27e80f197d
diff -r 7ee98e3611bc -r 355e284f5201 utility.h --- a/utility.h Tue Dec 24 12:20:50 2013 +0000 +++ b/utility.h Sat Dec 28 14:53:14 2013 +0000 @@ -82,6 +82,9 @@ extern unsigned short modelYear; extern bool enableSound; extern const unsigned char Arial12x12[]; +extern unsigned long tbScalar; +extern unsigned long rbScalar; +extern unsigned long fbScalar; extern "C" { void mbed_reset();