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
- Committer:
- romilly
- Date:
- 2010-08-09
- Revision:
- 0:6beb6f498640
- Child:
- 1:5c7a96a6003b
File content as of revision 0:6beb6f498640:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(p9, p10); int main() { lcd.printf("Hi mbed World!\n"); }