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:
- 24:078f62c8d0ed
- Parent:
- 22:2c37ac12746e
- Child:
- 25:8bcc8bea0e31
--- a/src/main.cpp Tue Jan 15 01:36:52 2019 +0000
+++ b/src/main.cpp Fri Jan 18 20:17:55 2019 +0000
@@ -110,6 +110,7 @@
//updateControls(CURRENT_12_OFFSET-adcVals.i12);
buck = TRUE;
}else{
+ //row = (unsigned short)(dispVals.i12f*dispVals.v12f*(-ROW_CORRECTION_FACTOR));
row = (unsigned short)(dispVals.i12f*dispVals.v12f*(-ROW_CORRECTION_FACTOR));
//updateControls(adcVals.i12-CURRENT_12_OFFSET);
buck = FALSE;