Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 */
Generated on Mon Jul 18 2022 21:02:19 by
1.7.2