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
main.cpp
- Committer:
- danielr2020
- Date:
- 2020-04-29
- Revision:
- 5:bc1cd988b755
- Parent:
- 4:d0dc5b10726c
- Child:
- 6:c3fbf215f1e8
File content as of revision 5:bc1cd988b755:
#include "mbed.h" DigitalOut led(LED2); int main() { //HOLA DANIELITO //COMO VA //ME PRESTA LUCA while(1) { myled = 1; wait(0.5); myled = 0; //ya que? wait(0.5); } }