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: SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed
Fork of CANary by
Diff: utility.h
- Branch:
- Metric
- Revision:
- 119:0e2b641e98a2
- Parent:
- 118:02010b18efdc
- Child:
- 120:041edeec08f5
diff -r 02010b18efdc -r 0e2b641e98a2 utility.h --- a/utility.h Fri Jul 05 15:38:40 2013 +0000 +++ b/utility.h Fri Jul 05 16:55:04 2013 +0000 @@ -63,7 +63,7 @@ extern bool metric; extern unsigned char lastDMode[2]; extern unsigned char whichTouched; -extern float unloadedVavg,unloadedV,Resr,Rlms,redRlms,incRlms; +extern float unloadedVavg_x2,unloadedV_x2,Resr,Rlms,redRlms,incRlms; extern unsigned char tNavRow ; // gg - 4x4 extern char revStr[7]; // gg - version extern bool debugMode;