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.
main.cpp
00001 #include "mbed.h" //header file 00002 #include "LCD.h" 00003 00004 DigitalOut myled(LED1); 00005 int main() { 00006 while(1) { 00007 LCD_init(); //initialising LCD 00008 display_to_LCD(0x48); // “H‟ 00009 display_to_LCD(0x45); // “E‟ 00010 display_to_LCD(0x4C); // “L‟ 00011 display_to_LCD(0x4C); // “L‟ 00012 display_to_LCD(0x4F); // “O‟ 00013 wait(1); 00014 00015 } 00016 }
Generated on Fri Jul 22 2022 11:07:44 by
1.7.2