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 06-01-Uebung by
Diff: main.cpp
- Revision:
- 5:859a37864a31
- Parent:
- 4:be63bf4e87aa
diff -r be63bf4e87aa -r 859a37864a31 main.cpp
--- a/main.cpp Sat Apr 18 13:58:18 2015 +0000
+++ b/main.cpp Sat Oct 24 09:21:46 2015 +0000
@@ -13,7 +13,7 @@
printf( "Aktueller Wert %f\n", light.read() );
// fuer Dunklen Kursraum
- if ( light < 0.1f )
+ if ( light < 0.8f )
led = 1;
else
led = 0;
