Pathfinding nach rechts funktioniert noch nicht...der rest schon

Dependencies:   mbed

Fork of MicroMouse_MASTER_THREE by PES2_R2D2.0

Revision:
3:2ec7cf8bc3fc
Parent:
2:592f01278db4
Child:
4:e3f388933954
--- a/Drive.h	Wed Apr 04 15:24:28 2018 +0000
+++ b/Drive.h	Sun Apr 08 19:17:01 2018 +0000
@@ -22,8 +22,7 @@
     
     static const float DRIVINGSPEED;
     static const int DRIVINGCOUNTS; 
-   
-
+    
     float difference;
     
     KontrastSensor& kontrastSensor;