Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
94:18ae2fd82638
Parent:
93:1553fb156915
Child:
96:807f04bd5256
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Sep 20 19:31:38 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Sep 20 19:47:04 2016 +0000
@@ -242,7 +242,7 @@
     printf("\r           output : %s   \n", output.c_str());
     printf("\r         setpoint : %0.2f\n", setpoint);
     printf("\r         prodfact : %0.2f\n", productFactor);
-    printf("\r        actingDir : %d   \n", actingDir);
+    printf("\r        actingDir : %s   \n", (actingDir) ? "DIRECT" : "INDIRECT");
     printf("\r           halert : %0.2f\n", highAlert);
     printf("\r           lalert : %0.2f\n", lowAlert);
     printf("\r              hfs : %0.2f\n", highFailsafe);