Antonia Baumgartner / Mbed 2 deprecated YB_copy

Dependencies:   mbed

Fork of Versuch21 by Antonia Baumgartner

Revision:
5:93d3efe46493
Parent:
0:b886f13e4ac6
--- a/Classes/Spurhaltung.h	Tue May 01 11:42:38 2018 +0000
+++ b/Classes/Spurhaltung.h	Wed May 09 13:33:59 2018 +0000
@@ -22,6 +22,14 @@
     IRSensorG& Sensor3;
     int sr;
     int sl;
+    static const int DISTANCE;
+    static const float SPEED;
+    static const int DIFF;
+    static const int DIFF2;
+    static const int DIFF3;
+    static const int OFFSET;
+    static const int TOLERANCE1;
+    static const int TOLERANCE2;
 
 };