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.
Diff: main.cpp
- Revision:
- 1:fdf1b69c81b6
- Parent:
- 0:780c50a3df4e
diff -r 780c50a3df4e -r fdf1b69c81b6 main.cpp --- a/main.cpp Tue Sep 21 14:22:14 2021 +0000 +++ b/main.cpp Tue Sep 21 14:33:09 2021 +0000 @@ -1,4 +1,4 @@ -include "mbed.h" +#include "mbed.h" DigitalOut myled(LED1); // PA_5 alias LED1 DigitalIn mybutton(BUTTON1,PullUp); // PC13 alias BUTTON1