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: Diego Olivia cruz mbed ortega
Diff: main.cpp
- Revision:
- 1:451e96a9437f
- Parent:
- 0:473d5b97afa2
diff -r 473d5b97afa2 -r 451e96a9437f main.cpp --- a/main.cpp Wed Feb 17 02:54:17 2016 +0000 +++ b/main.cpp Wed Feb 17 19:02:36 2016 +0000 @@ -1,6 +1,10 @@ #include "mbed.h" Serial pc(USBTX, USBRX); +DigitalOut led1 (LED1); +DigitalOut led2 (LED2); +DigitalOut led3 (LED3); + #include "solano.h" #include "cruz.h" #include "ortegacer.h"