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:
- 4:d0dc5b10726c
- Parent:
- 3:b79118f8dc22
- Child:
- 5:bc1cd988b755
--- a/main.cpp Wed Apr 29 12:20:02 2020 +0000 +++ b/main.cpp Wed Apr 29 12:40:54 2020 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut myled(LED3); +DigitalOut led(LED2); int main() { //HOLA DANIELITO @@ -10,6 +10,7 @@ myled = 1; wait(0.5); myled = 0; - wait(0.2); + //ya + wait(0.5); } }