Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
93:1553fb156915
Parent:
91:0e8d76030598
Child:
96:807f04bd5256
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 20 19:19:34 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 20 19:31:38 2016 +0000
@@ -65,8 +65,10 @@
     bool overLimit();
 
     // state transition functions
-    void startFeed();
-    void stopFeed();
+    void startFeed(void);
+    void stopFeed(void);
+    
+    void display(void);
 
     string getControlFile(void) const {
         return controlFile;