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:82197f96b771, committed 2020-11-10
- Comitter:
- fdurand
- Date:
- Tue Nov 10 08:15:18 2020 +0000
- Parent:
- 0:918fdb31e2ce
- Commit message:
- Franck DURAND
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 15 11:24:56 2020 +0000 +++ b/main.cpp Tue Nov 10 08:15:18 2020 +0000 @@ -1,3 +1,4 @@ +// exercice GPIO - BUS #include "mbed.h" DigitalOut myled(LED1);