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:
- 69:6bfdfc002036
- Parent:
- 50:83d5864c64a0
- Child:
- 75:77bd26829dca
--- a/utility.h Thu Apr 11 18:52:12 2013 +0000 +++ b/utility.h Sun Apr 14 01:21:11 2013 +0000 @@ -29,6 +29,7 @@ extern DigitalOut can1SleepMode,can2SleepMode; extern bool pollCP; extern bool tick; +extern bool ZeroSecTick; extern bool headlights; extern TOUCH_TFTx2 tt; extern float ledHi; @@ -55,6 +56,7 @@ unsigned short getTimeStamp(); void logCan (char mType, CANMessage canRXmsg); void logTS (); + void logErrMsg (char * errMsg); // gg - messeges void sendCPreq(); void sendTreq(); void autoPollISR();