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: mbed-dsp
Fork of mbed-os-example-blinky by
main.cpp
- Committer:
- deeza
- Date:
- 2017-04-10
- Revision:
- 53:3187ccbe0cca
- Parent:
- 52:d5c59769e1de
- Child:
- 54:fd99c80c68da
File content as of revision 53:3187ccbe0cca:
#include "mbed.h" // main() runs in its own thread in the OS int main() { }