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:308cc5302475
- Parent:
- 0:815555c72774
- Child:
- 2:dd10c541a3dc
diff -r 815555c72774 -r 308cc5302475 main.cpp
--- a/main.cpp Sun Mar 13 03:10:20 2016 +0000
+++ b/main.cpp Sun Mar 13 19:08:41 2016 +0000
@@ -11,6 +11,6 @@
sensor.init();
while(1) {
sensor.getALS();
- wait(1);
+ wait(0.1);
}
}
\ No newline at end of file