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.
Diff: main.cpp
- Revision:
- 1:8d74794bf69e
- Parent:
- 0:57cbecaac770
- Child:
- 2:9bb410612929
--- a/main.cpp Tue Jun 05 08:35:46 2018 +0000 +++ b/main.cpp Tue Jun 05 11:03:25 2018 +0200 @@ -1,10 +1,12 @@ #include "mbed.h" DigitalOut myled(LED1); +DigitalOut myled2(LED2); int main() { while(1) { myled = 1; + myled2 = 1; wait(0.6); myled = 0; wait(0.6);