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:
- 118:02010b18efdc
- Parent:
- 117:49883c779a74
- Child:
- 119:0e2b641e98a2
--- a/utility.h Thu Jul 04 18:01:52 2013 +0000 +++ b/utility.h Fri Jul 05 15:38:40 2013 +0000 @@ -63,6 +63,10 @@ extern bool metric; extern unsigned char lastDMode[2]; extern unsigned char whichTouched; +extern float unloadedVavg,unloadedV,Resr,Rlms,redRlms,incRlms; +extern unsigned char tNavRow ; // gg - 4x4 +extern char revStr[7]; // gg - version +extern bool debugMode; extern "C" { void mbed_reset();