Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
96:807f04bd5256
Parent:
93:1553fb156915
Child:
131:a290a3934132
diff -r 42f92b03f1b8 -r 807f04bd5256 src/ConfigurationHandler/Controls/SetpointControl.h
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 20 19:58:36 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Sep 21 12:54:41 2016 +0000
@@ -27,6 +27,7 @@
     double          lowAlert;
     double          highFailsafe;
     double          lowFailsafe;
+    double          tolerance;          // the error margining 
     enum State {
         STATE_STARTUP,
         STATE_CONTROL_OFF,