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/Motion.h
- Revision:
- 5:64d7b4b69fdf
- Parent:
- 1:6ef5bc60e69c
--- a/Classes/Motion.h	Tue May 01 11:42:38 2018 +0000
+++ b/Classes/Motion.h	Sat May 12 12:49:18 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;
    