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.
Fork of Versuch20 by
Diff: Classes/IRSensorK.cpp
- Revision:
- 5:64d7b4b69fdf
- Parent:
- 2:efa9a78591da
diff -r 3c6d2c035243 -r 64d7b4b69fdf Classes/IRSensorK.cpp
--- a/Classes/IRSensorK.cpp Tue May 01 11:42:38 2018 +0000
+++ b/Classes/IRSensorK.cpp Sat May 12 12:49:18 2018 +0000
@@ -21,11 +21,13 @@
{
int d;
+
+
if (3300*(distance)> 400) { //3cm+
d=1;
} else {
d=0;
- }
+ }
return d;
