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: inc/adc_defs.h
- Revision:
- 24:078f62c8d0ed
- Parent:
- 22:2c37ac12746e
- Child:
- 25:8bcc8bea0e31
--- a/inc/adc_defs.h Tue Jan 15 01:36:52 2019 +0000 +++ b/inc/adc_defs.h Fri Jan 18 20:17:55 2019 +0000 @@ -62,7 +62,8 @@ //#define CURRENT_12_DIV_FACTOR -356 #define CURRENT_12_DIV_FACTOR -208 -const double ROW_CORRECTION_FACTOR = 1.017; +//const double ROW_CORRECTION_FACTOR = 1.017; // 2.6W/chip avg. +const double ROW_CORRECTION_FACTOR = 0.85; // 3W/chip avg. #define ROW_HYSTERESIS 2 extern double CURRENT_48_OFFSET;