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: CANary.h
- Revision:
- 7:17bf9ceaf0aa
- Parent:
- 5:ebf6fa994b78
- Child:
- 8:67eed72f3e10
--- a/CANary.h Tue Feb 19 18:22:21 2013 +0000 +++ b/CANary.h Fri Feb 22 23:24:07 2013 +0000 @@ -14,17 +14,18 @@ #include "PowerControl.h" #include "EthernetPowerControl.h" #define upLine "\033[1A" -#define maxBufLen 1536 +#define maxBufLen 1024 #define canTimeout 5 #define userTimeout 10 -#define maxModes 6 +#define maxModes 7 #define offMode 0 #define logMode 1 #define dteMode 2 #define brakeMode 3 #define powerMode 4 -#define controlMode 5 -#define monitorMode 6 +#define monitorMode 5 +#define changedMode 6 +#define cpMode 7 #define btn31x1 12 #define btn31x2 101 #define btn32x1 115 @@ -103,3 +104,21 @@ //38: NC:IF- //39: NC:5Vout (only available when connected as USB device) //40: VCC3.3 +/* +cellpair +02 21 02 +30 01 00 page request + +temp +79b 02 21 04 + +2 more pages +7bb +020314 +020713 +020c13 +020d13 + ++1300fffffff + +saw 30 01 04 ??? +*/ \ No newline at end of file