Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
164:7cecd731882e
Child:
220:dbe21411f962
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ConfigurationHandler/Controls/CompositeControl.cpp	Fri Sep 30 21:05:11 2016 +0000
@@ -0,0 +1,24 @@
+/******************************************************************************
+ *
+ * File:                CompositeControl.cpp
+ * Desciption:          ICE Composite Control Class implementation
+ *
+ *****************************************************************************/
+#include "CompositeControl.h"
+#include "mDot.h"
+#include "MbedJSONValue.h"
+#include "ModbusMasterApi.h"
+#include "global.h"
+#include <string>
+
+extern mDot *GLOBAL_mdot;
+
+bool CompositeControl::load(std::string controlFile)
+{
+    return true;
+}
+
+// unregister the control with the output task
+void CompositeControl::unregisterControl(void)
+{
+}
\ No newline at end of file