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
Fork of DigitalOut_HelloWorld_WIZwiki-W7500 by
Diff: main.cpp
- Revision:
- 1:2c953f7052b3
- Parent:
- 0:6cda4e0af931
- Child:
- 2:a40176947d21
--- a/main.cpp Thu Jul 02 01:59:32 2015 +0000
+++ b/main.cpp Thu Jul 02 07:30:12 2015 +0000
@@ -4,9 +4,9 @@
int main() {
while(1) {
- myled = 1; // LED On
- wait(0.2); // 0.2 sec delay
- myled = 0; // LED Off
- wait(0.2); // 0.2 sec delay
+ myled = 1; // Red LED Off
+ wait(0.2); // 0.2 sec delay
+ myled = 0; // Red LED On
+ wait(0.2);
}
}
