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/IRSensorGF.cpp
- Revision:
- 5:64d7b4b69fdf
- Parent:
- 3:f44ef28cfb2d
diff -r 3c6d2c035243 -r 64d7b4b69fdf Classes/IRSensorGF.cpp
--- a/Classes/IRSensorGF.cpp Tue May 01 11:42:38 2018 +0000
+++ b/Classes/IRSensorGF.cpp Sat May 12 12:49:18 2018 +0000
@@ -30,12 +30,12 @@
int w = 10/(distance)*exp(1.4481);
- if (w < 130) {
+ if (w < 150) {
d=1;
} else {
d=0;
}
- return d;
+ return w;
}
\ No newline at end of file
