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/Controls/SetpointControl.cpp
- Revision:
- 94:18ae2fd82638
- Parent:
- 93:1553fb156915
- Child:
- 96:807f04bd5256
diff -r 1553fb156915 -r 18ae2fd82638 src/ConfigurationHandler/Controls/SetpointControl.cpp --- 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);