cc

Dependencies:   mbed TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Exercice_3.cpp Source File

Exercice_3.cpp

00001 /*
00002 #include "TextLCD.h"
00003 TextLCD MonLCD(p19,p20,p21,p22,p23,p24);
00004 int main(){
00005     MonLCD.cls();
00006     MonLCD.printf("Hello");
00007     MonLCD.locate(3,1);
00008     MonLCD.printf("World !");
00009 }
00010 */