Joel Manuel Fernandez Cuyubamba / Mbed 2 deprecated Partie3

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers exercice6.cpp Source File

exercice6.cpp

00001 /*#include "TextLCD.h" 
00002 TextLCD MonLCD(p19,p20,p21,p22,p23,p24); //broches associées a rs,e,d4,d5,d6,d7  
00003 
00004 int main()
00005  { 
00006      MonLCD.printf("Hello World!");
00007      wait(0.5);
00008      MonLCD.cls();
00009      MonLCD.locate(1,0);
00010      MonLCD.printf("Hello ");
00011      MonLCD.locate(1,1);
00012      MonLCD.printf("World!");
00013      
00014  }
00015  */