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:
- 90:7d9731dec0da
- Parent:
- 89:55ac65d7f206
- Child:
- 93:1553fb156915
diff -r 55ac65d7f206 -r 7d9731dec0da src/ConfigurationHandler/ConfigurationHandler.cpp --- a/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 20 17:39:56 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 20 17:45:57 2016 +0000 @@ -98,6 +98,7 @@ printf("\r output : %s \n", pos->second->getOutput().c_str()); printf("\r setpoint : %0.2f\n", pos->second->getSetpoint()); printf("\r prodfact : %0.2f\n", pos->second->getProductFactor()); + printf("\r actingDir : %d \n", pos->second->getActingDir()); 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());