Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
86:189c125d8878
Parent:
77:43e0a3d9e536
Child:
89:55ac65d7f206
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Tue Sep 20 13:47:15 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Tue Sep 20 15:40:11 2016 +0000
@@ -98,6 +98,7 @@
             printf("\r            input : %s   \n", pos->second->getInput().c_str());
             printf("\r           output : %s   \n", pos->second->getOutput().c_str());
             printf("\r         prodfact : %0.2f\n", pos->second->getProductFactor());
+            printf("\r         setpoint : %0.2f\n", pos->second->getSetpoint());
             printf("\r           halert : %0.2f\n", pos->second->getHighAlert());
             printf("\r           lalert : %0.2f\n", pos->second->getLowAlert());
             printf("\r              hfs : %0.2f\n", pos->second->getHighFailsafe());