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:
- 76:fb6779d0963e
- Parent:
- 75:77bd26829dca
- Child:
- 78:a383971fe02f
- Child:
- 79:24f1793171e7
--- a/utility.h Mon Apr 15 14:33:53 2013 +0000 +++ b/utility.h Mon Apr 15 14:40:05 2013 +0000 @@ -4,6 +4,7 @@ #include "CAN.h" #include "common.h" #include "TOUCH_TFTx2.h" +#include "beep.h" extern Timer timer; extern volatile unsigned short secsNoMsg; @@ -19,7 +20,7 @@ extern bool showCP; extern char writeBuffer[maxBufLen][13]; extern volatile int writePointer; -extern unsigned short readPointer; +extern int readPointer; extern DigitalOut led1,led2,led3,led4; extern char indexLastMsg[0x800]; extern unsigned char dMode[2]; @@ -47,6 +48,7 @@ extern unsigned short numSsamples; extern unsigned char skin; extern unsigned char dtePeriod; +extern Beep spkr; extern "C" { void mbed_reset();