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: common.h
- Revision:
- 87:46ac3f2519d6
- Parent:
- 84:fd21e5d32dab
- Child:
- 97:9f8bab96edff
--- a/common.h Wed Apr 17 20:41:14 2013 +0000 +++ b/common.h Fri Apr 19 02:06:59 2013 +0000 @@ -23,9 +23,17 @@ #define maxBufLen 1024 #define canTimeout 5 #define userTimeout 15 -#define debugMode false + +#define BatDataBaseG1 0x24 +#define BatDataBaseG2 0x00 // Cell Pair data +#define BatDataBaseG3 0x2B +#define BatDataBaseG4 0x20 // Temperature data 0x20 * 7 = 224 +#define BatDataBaseG5 0x31 +#define BatDataBufMax 0x1B2 // 7 x 3E bytes // gg - 4x4 touch // #define tNavRow = 2 ; // for 3x3 extern unsigned char tNavRow ; // gg - 4x4 extern char revStr[7]; // gg - version + +extern bool debugMode;