TD

Dependencies:   TextLCD mbed

Revision:
0:61dd4bb6eebc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/exercice6.cpp	Mon May 02 09:04:32 2016 +0000
@@ -0,0 +1,15 @@
+/*#include "TextLCD.h" 
+TextLCD MonLCD(p19,p20,p21,p22,p23,p24); //broches associées a rs,e,d4,d5,d6,d7  
+
+int main()
+ { 
+     MonLCD.printf("Hello World!");
+     wait(0.5);
+     MonLCD.cls();
+     MonLCD.locate(1,0);
+     MonLCD.printf("Hello ");
+     MonLCD.locate(1,1);
+     MonLCD.printf("World!");
+     
+ }
+ */
\ No newline at end of file