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.
Dependencies: mbed
main.cpp
00001 #include "LCD.h" 00002 00003 int main() { 00004 00005 char loc=0x40; 00006 LCD_init(); 00007 display_to_LCD(0x46); 00008 display_to_LCD(0x6F); 00009 display_to_LCD(0x72); 00010 display_to_LCD(0x7A); 00011 display_to_LCD(0x61); 00012 set_location(loc); 00013 display_to_LCD(0x4E); 00014 display_to_LCD(0x61); 00015 display_to_LCD(0x70); 00016 display_to_LCD(0x6F); 00017 display_to_LCD(0x6C); 00018 display_to_LCD(0x69); 00019 00020 00021 }
Generated on Mon Jul 18 2022 23:29:47 by
1.7.2