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: 4DGL-uLCD-SE mbed
Diff: src/LCDControl.cpp
- Revision:
- 20:d880506cfdff
- Parent:
- 19:b2adc97f4700
diff -r b2adc97f4700 -r d880506cfdff src/LCDControl.cpp --- a/src/LCDControl.cpp Wed Oct 21 19:56:21 2015 +0000 +++ b/src/LCDControl.cpp Wed Oct 21 20:18:52 2015 +0000 @@ -16,7 +16,8 @@ void LCDControl::printStrength(float strength) { wait(2); - uLCD.printf("Strength: %d\n", strength); + //uLCD.cls(); + uLCD.printf("Strength: %.2f\n", strength); }