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:
- mbedAustin
- Date:
- 2014-10-07
- Revision:
- 0:f1ef33a82ddb
- Child:
- 1:039688a53fff
File content as of revision 0:f1ef33a82ddb:
// // This program prints "Hello World" to the terminal // #include "mbed.h" int main() { printf("Hello World!\n\r"); while(1); // Do nothing }