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 /*Program Example 8.5: TextLCD library example 00002 */ 00003 00004 #include "mbed.h" 00005 #include "TextLCD.h" 00006 TextLCD lcd(p19, p20, p21, p22, p23, p24); // rs, e, d0, d1, d2, d3 00007 00008 00009 int main() { 00010 // lcd.locate(3,0); 00011 lcd.printf("Hello World!"); 00012 } 00013 00014
Generated on Thu Aug 11 2022 14:28:07 by
1.7.2