Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
239:cfb1a917e7f7
Parent:
217:d5a2ff093319
Child:
242:3b0086a6d625
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Oct 19 16:26:02 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Oct 19 23:44:38 2016 +0000
@@ -33,6 +33,8 @@
         STATE_STARTUP,
         STATE_CONTROL_OFF,
         STATE_CONTROL_ON,
+        STATE_FAILSAFE_ON,
+        STATE_FAILSAFE_OFF,
         STATE_DISABLE,
         STATE_RELOAD,
         STATE_MAX
@@ -62,6 +64,8 @@
 
     bool underLimit();
     bool overLimit();
+    bool underFailsafeLimit();
+    bool overFailsafeLimit();
 
     // state transition functions
     void startFeed(void);