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 // Hello World! for the TextLCD 00002 00003 #include "mbed.h" 00004 #include "TextLCD.h" 00005 00006 TextLCD lcd(D9, D14, D15, PTB19, PTB18, A4); // rs, e, d4-d7 00007 00008 int main() 00009 { 00010 lcd.printf("You Fool! Stoorvogel! "); 00011 wait(3); 00012 lcd.cls(); 00013 lcd.printf("Stochastic Signals! \n We are the mBed!"); 00014 }
Generated on Sun Jul 17 2022 04:49:49 by
1.7.2