cc

Dependencies:   mbed TextLCD

Revision:
0:4651c5d6ca1e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Partie_3/Exercice_3.cpp	Thu Jun 25 16:30:18 2020 +0000
@@ -0,0 +1,10 @@
+/*
+#include "TextLCD.h"
+TextLCD MonLCD(p19,p20,p21,p22,p23,p24);
+int main(){
+    MonLCD.cls();
+    MonLCD.printf("Hello");
+    MonLCD.locate(3,1);
+    MonLCD.printf("World !");
+}
+*/
\ No newline at end of file