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: mbed
Diff: src/main.cpp
- Revision:
- 17:454afe56eedb
- Parent:
- 16:5791665200cb
- Child:
- 18:78e982f31c6b
--- a/src/main.cpp Wed Dec 12 00:10:03 2018 +0000 +++ b/src/main.cpp Thu Dec 13 21:58:28 2018 +0000 @@ -49,6 +49,10 @@ bool testing = FALSE; bool buck = TRUE; +double CURRENT_48_OFFSET = 33940; +double CURRENT_24_OFFSET = 33580; +double CURRENT_12_OFFSET = 33380; + Timer masterTimer; int main()