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:
- 92:935adef49ea4
- Parent:
- 88:45185a5f1c9b
- Child:
- 93:c2402e8cd0e2
diff -r 33ab084a184f -r 935adef49ea4 utility.h --- a/utility.h Mon Apr 22 02:22:04 2013 +0000 +++ b/utility.h Mon Apr 22 02:27:37 2013 +0000 @@ -58,12 +58,14 @@ void mbed_reset(); void RTC_IRQHandler(); void RTC_Init (void); - void printMsg (char *msg); + void logMsg (char *msg); void touch_ISR(); unsigned short getTimeStamp(); void logCan (char mType, CANMessage canRXmsg); void logTS (); - void logEventMsg (char * eventMsg); // gg - messeges + void logErrMsg (char * errMsg); // gg - messeges + //void sendCPreq(); + //void sendTreq(); void sendReq(); void autoPollISR(); void playbackISR();