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.
Fork of TextLCD_HelloWorld by
main.cpp
00001 // Hello World! for the TextLCD 00002 00003 #include "mbed.h" 00004 #include "TextLCD.h" 00005 00006 //TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7 00007 TextLCD lcd(p24, p26, p27, p28, p29, p30); // rs, e, d4-d7 00008 00009 int main() { 00010 lcd.printf("Hello World!\n"); 00011 }
Generated on Tue Jul 19 2022 04:55:39 by
1.7.2
