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.
exercice5.cpp
00001 /*#include "LCD.h" 00002 void nom(char a[]); 00003 00004 int main() 00005 { 00006 LCD_init(); 00007 char a[]="FERNANDEZ JOEL" ; 00008 nom(a); 00009 } 00010 00011 void nom(char a[]) 00012 { 00013 int i; 00014 for(i=0;a[i]!=0;i++) 00015 { 00016 display_to_LCD(a[i]); 00017 wait(0.5); 00018 } 00019 } 00020 */
Generated on Mon Jul 18 2022 21:02:19 by
1.7.2