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.
Revision 5:ba85d9d8f1ab, committed 2011-10-18
- Comitter:
- Nurbol
- Date:
- Tue Oct 18 15:08:34 2011 +0000
- Parent:
- 4:a04fdb2379d6
- Commit message:
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Oct 18 14:58:13 2011 +0000
+++ b/main.cpp Tue Oct 18 15:08:34 2011 +0000
@@ -8,7 +8,7 @@
while(1) {
sensor.read();
- if(sensor > 1.5) {
+ if(sensor > 0.5) {
led = 1;
}