Antonia Baumgartner / Mbed 2 deprecated YB_copy

Dependencies:   mbed

Fork of Versuch21 by Antonia Baumgartner

Revision:
5:93d3efe46493
Parent:
1:6ef5bc60e69c
--- a/Classes/Motion.h	Tue May 01 11:42:38 2018 +0000
+++ b/Classes/Motion.h	Wed May 09 13:33:59 2018 +0000
@@ -29,6 +29,9 @@
     
     EncoderCounter& counterLeft;
     EncoderCounter& counterRight;
+    static const float SPEED;
+    static const float DREHEN90;
+    static const float GERADE;
     Controller& controller;
     Spurhaltung& spurhaltung;
     IRSensorGF& Sensor1;