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:
- 82:68f0dd8d1f19
- Parent:
- 78:a383971fe02f
--- a/utility.h Tue Apr 16 13:01:13 2013 +0000 +++ b/utility.h Tue Apr 16 22:31:47 2013 +0000 @@ -1,12 +1,12 @@ // utility.h -//#include "mbed.h" #include "CAN.h" #include "common.h" #include "TOUCH_TFTx2.h" #include "beep.h" extern Timer timer; +extern Ticker msgReq; extern volatile unsigned short secsNoMsg; extern volatile unsigned short secsNoTouch; extern volatile bool canIdle;