Proyecto emprendetronika

Dependencies:   freetronicsLCDShield mbed

Fork of prototipo by Hector Tangarife

Revision:
2:196bf6ff7eff
Parent:
1:5372d7ce92ff
Child:
3:06e5ccad7fea
--- a/main.cpp	Wed May 28 18:35:42 2014 +0000
+++ b/main.cpp	Thu May 29 20:59:21 2014 +0000
@@ -46,13 +46,11 @@
                 lcd.setCursorPosition(1, 0);
                 pot11=pot1.read();
                 lcd.printf("%0.1f",pot11);
-                
                           }
             else          {
                 lcd.printf("OFF");
                 lcd.setCursorPosition(1, 0);
-                lcd.printf("0.0 ");
-                
+                lcd.printf("0.0 ");      
                           }
                           
             lcd.setCursorPosition(0, 4);