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:fccb9a602d9a
- Parent:
- 0:39ab4ee35afe
- Child:
- 2:5009f3811b0a
--- a/main.cpp Fri Jan 19 23:52:56 2018 +0000
+++ b/main.cpp Fri Jan 19 19:12:01 2018 -0500
@@ -12,15 +12,30 @@
led3.write(0);
wait(0.5);
- led1.write(0);
+ led1.write(1);
led2.write(1);
led3.write(0);
wait(0.5);
- led1.write(0);
- led2.write(0);
+ led1.write(1);
+ led2.write(1);
led3.write(1);
wait(0.5);
+
+ led1.write(0);
+ led2.write(1);
+ led3.write(1);
+ wait(0.5);
+
+ led1.write(0);
+ led2.write(0);
+ led3.write(1);
+ wait(0.5);
+
+ led1.write(0);
+ led2.write(0);
+ led3.write(0);
+ wait(0.5);
}
}