Kevin Sullivan / Mbed 2 deprecated lab2_2

Dependencies:   mbed C12832

Revision:
3:ace46fcebfd6
Parent:
2:6bc37de37167
Child:
4:59ea87bb5b80
diff -r 6bc37de37167 -r ace46fcebfd6 main.cpp
--- a/main.cpp	Fri Jul 31 20:44:25 2020 +0000
+++ b/main.cpp	Tue Aug 04 07:43:57 2020 +0000
@@ -17,6 +17,6 @@
         lcd.locate(0,0); //brings the cursor on the LCD back to the top left corner
         lcd.printf("value = %.3fV\n",volt_out); // displays the voltage value on the LCD1 to 3 decimal places
         lcd.printf("value = %.1eV\n",volt_out); // displays the voltage value on the LCD1 in scientific notation
-        lcd.printf("getting there!");
+        
     }
 }