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" 00002 #include "TextLCD.h" 00003 00004 TextLCD lcd(p24, p25, p26, p27, p28, p29, p30,20,4); // rs, rw, e, d0, d1, d2, d3 00005 00006 00007 00008 00009 00010 00011 int main() { 00012 lcd.cls(); 00013 00014 00015 00016 00017 00018 while(1) { 00019 00020 00021 lcd.printf("TEST"); 00022 00023 00024 00025 } 00026 00027 00028 00029 00030 }
Generated on Fri Jul 22 2022 20:02:19 by
1.7.2