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.
Revision 1:fdf1b69c81b6, committed 2021-09-21
- Comitter:
- cspista
- Date:
- Tue Sep 21 14:33:09 2021 +0000
- Parent:
- 0:780c50a3df4e
- Commit message:
- Final version
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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