vf

Dependencies:   Servo ServoArm mbed

Fork of PES_Official by zhaw_st16b_pes2_10

Revision:
16:f157e5ccd7d3
Parent:
15:915f8839fe48
--- a/Headers/Robot.h	Thu May 11 18:57:45 2017 +0000
+++ b/Headers/Robot.h	Mon May 15 17:35:24 2017 +0000
@@ -84,8 +84,8 @@
         
         void init(Servo* servoLeiste);
         
-        int UpToDown();
-        int DownToUp();
+        int upToDown();
+        int downToUp();
         
         
     private:
@@ -132,6 +132,8 @@
         void stop();
         
         //Functions that use the drive functions
+        void driveSlowly();
+        void driveBackSlowly();
         void wallRight(int* counter, int* timer, int* lastAct);
         void wallLeft(int* counter, int* timer, int* lastAct);
         void wallFront(int* counter, int* timer, int* lastAct);