TD

Dependencies:   TextLCD mbed

exercice6.cpp

Committer:
jomfec
Date:
2016-05-02
Revision:
0:61dd4bb6eebc

File content as of revision 0:61dd4bb6eebc:

/*#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!");
     
 }
 */