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:
- 4:a04fdb2379d6
- Parent:
- 3:ce199b093e2f
- Child:
- 5:ba85d9d8f1ab
--- a/main.cpp Tue Oct 18 14:56:32 2011 +0000
+++ b/main.cpp Tue Oct 18 14:58:13 2011 +0000
@@ -9,12 +9,12 @@
sensor.read();
if(sensor > 1.5) {
- led = !led;
- wait(1);
+ led = 1;
+
}
else{
- led = !led;
- wait(5);
+ led = 0;
+
}
}