Algorithmus

Dependencies:   mbed

Revision:
29:0419f4873807
Parent:
28:b7ce1e3bf08b
diff -r b7ce1e3bf08b -r 0419f4873807 main.cpp
--- a/main.cpp	Thu May 17 16:39:03 2018 +0000
+++ b/main.cpp	Fri May 18 09:30:00 2018 +0000
@@ -65,7 +65,7 @@
     //Sensor tresholds [mm]
     const float thresholdL = 80;
     const float thresholdR = 80;
-    const float thresholdC = 100;
+    const float thresholdC = 150;
     
 //------------------------------------------------------------------------------