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:
- 31:082372c83f68
- Parent:
- 29:42d8491ac995
- Child:
- 32:c9d9b6cb5de1
diff -r e633a63eb257 -r 082372c83f68 utility.h --- a/utility.h Sat Mar 16 16:33:11 2013 +0000 +++ b/utility.h Sun Mar 17 12:17:33 2013 +0000 @@ -24,8 +24,11 @@ extern CANMessage lastMsg[100]; extern CAN can1,can2; extern DigitalOut can1SleepMode,can2SleepMode; -extern bool pollCP; +extern bool showCP; +extern bool tick16; extern TOUCH_TFTx2 tt; +extern unsigned char CPcount; +extern unsigned char Tcount; extern "C" { void mbed_reset(); @@ -39,6 +42,7 @@ void sendCPreq(); void sendTreq(); void tickerISR(); + void msgSend(); void recieve1(); void recieve2(); unsigned char buttonX(unsigned short X, unsigned char columns);