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: TextLCD mbed pop3
main.cpp
00001 #include "mbed.h" 00002 #include "TextLCD.h" 00003 00004 TextLCD lcd(p24, p26, p27, p28, p29, p30); 00005 00006 int main(void) { 00007 lcd.cls(); 00008 lcd.locate(0, 0); 00009 lcd.printf("StarBoard Orange"); 00010 lcd.locate(0, 1); 00011 lcd.printf("mbed NXP LPC1768"); 00012 return 0; 00013 } 00014
Generated on Fri Jul 15 2022 19:04:27 by
1.7.2