Kevin Rhyne / Whiffy

Dependencies:   4DGL-uLCD-SE mbed

Revision:
19:b2adc97f4700
Parent:
17:4d0e180cde20
--- 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);
 
 };