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
Diff: main.cpp
- Revision:
- 3:b79118f8dc22
- Parent:
- 2:d1fda51a728b
- Child:
- 4:d0dc5b10726c
--- a/main.cpp Wed Apr 29 03:16:20 2020 +0000 +++ b/main.cpp Wed Apr 29 12:20:02 2020 +0000 @@ -3,6 +3,9 @@ DigitalOut myled(LED3); int main() { + //HOLA DANIELITO + //COMO VA + //ME PRESTA LUCA while(1) { myled = 1; wait(0.5);