Kevin Rhyne / Whiffy

Dependencies:   4DGL-uLCD-SE mbed

Files at this revision

API Documentation at this revision

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);
 
 }