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:
- 194:5aa463e15d27
- Parent:
- 193:3acbcc2f6fcb
- Child:
- 195:21df85341cb3
diff -r 3acbcc2f6fcb -r 5aa463e15d27 src/ConfigurationHandler/Controls/SetpointControl.cpp --- a/src/ConfigurationHandler/Controls/SetpointControl.cpp Thu Oct 06 15:37:37 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp Thu Oct 06 15:46:13 2016 +0000 @@ -292,7 +292,7 @@ printf("\r\n"); printf("\r currentState : %s\n", mapper[currentState].c_str()); printf("\r high band : %0.2f\n", setpoint + tolerance); - printf("\r current reading : %0.2f [%s]\n", inputValue.value, inputValue.errflag ? "valid" : "invalid"); + printf("\r current reading : %0.2f [0x%04x]\n", inputValue.value, inputValue.errflag ); printf("\r low band : %0.2f\n", setpoint - tolerance); printf("\r\n"); } \ No newline at end of file