Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
91:0e8d76030598
Parent:
90:7d9731dec0da
Child:
93:1553fb156915
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 20 17:45:57 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 20 18:26:08 2016 +0000
@@ -22,7 +22,7 @@
     string          output;             // control output
     double          setpoint;           // setpoint value
     double          productFactor;
-    int             actingDir;          // acting direction 
+    bool            actingDir;          // acting direction, 1 direct - pH, 0 indirect - inhibitor
     double          highAlert;
     double          lowAlert;
     double          highFailsafe;