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.
Fork of Nucleo_blink_led_Capa by
Revision 3:6caf9c906538, committed 2018-07-26
- Comitter:
- Jchaparro_DTK
- Date:
- Thu Jul 26 16:45:41 2018 +0000
- Parent:
- 2:4fa073ca0d36
- Commit message:
- probado fork
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4fa073ca0d36 -r 6caf9c906538 main.cpp --- a/main.cpp Thu Jul 26 16:40:05 2018 +0000 +++ b/main.cpp Thu Jul 26 16:45:41 2018 +0000 @@ -3,6 +3,8 @@ // Ya agregue una función mas +//probando fork + #include "mbed.h" DigitalOut myled(LED1);