Treehouse Mbed Team / Mbed 2 deprecated APS_1U5x

Dependencies:   mbed

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()