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
Revision 20:d880506cfdff, committed 2015-10-21
- Comitter:
- kevinrhyne
- Date:
- Wed Oct 21 20:18:52 2015 +0000
- Parent:
- 19:b2adc97f4700
- Commit message:
- works
Changed in this revision
src/LCDControl.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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); }