Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/ConfigurationHandler.cpp
- 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());