Projet ER4 - Groupe AS - IUT Tarbes / Mbed 2 deprecated testPourMikel

Dependencies:   C12832 mbed

Fork of app-shield-LCD by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
AS_ER4
Date:
Mon Jan 30 15:03:59 2017 +0000
Parent:
7:9bf99b580671
Commit message:
nk n

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 9bf99b580671 -r b7c87fd00982 main.cpp
--- a/main.cpp	Mon Jan 30 14:44:29 2017 +0000
+++ b/main.cpp	Mon Jan 30 15:03:59 2017 +0000
@@ -8,6 +8,7 @@
 AnalogIn pot2 (A1);
 
 
+
 float pot1F = (float)pot1*10;
 
 
@@ -18,7 +19,7 @@
             lcd.pixel(10,10,1);
             //lcd.set_contrast(0);
             printStringScreen(0,0,"ceci est un test");
-            printStringScreen(5,5,pot1);
+            //printStringScreen(5,5,pot1);
         }
 }