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.h
- Revision:
- 19:b2adc97f4700
- Parent:
- 17:4d0e180cde20
diff -r 94536dca963c -r b2adc97f4700 src/LCDControl.h --- a/src/LCDControl.h Wed Oct 21 19:08:18 2015 +0000 +++ b/src/LCDControl.h Wed Oct 21 19:56:21 2015 +0000 @@ -17,7 +17,8 @@ LCDControl(); void update(int, bool); - void printStrength(int); + void printStrength(float); + void printString(string); };