Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
13:c80c283f9db2
Parent:
5:5e77a1db4d45
Child:
14:cc916fa8dd11
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Wed Sep 07 13:22:28 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Wed Sep 07 13:52:25 2016 +0000
@@ -0,0 +1,6 @@
+#include "SetpointControl.h"
+
+SetpointControl::SetpointControl(string filename) : controlFile(filename)
+{
+    printf("\r%s invoked with control file %s\n", __func__, controlFile.c_str());
+}