A Library to drive the RenBuggy_Servo.

Dependencies:   PinDetect

Dependents:  

Fork of RenBuggyServo by Renishaw

Revision:
6:5767cb4ed8de
Parent:
5:c06b90175a54
--- a/Car.h	Mon Mar 31 07:49:08 2014 +0000
+++ b/Car.h	Mon Mar 31 12:54:28 2014 +0000
@@ -124,13 +124,13 @@
     * distance.
     * @param distance is how far the car will travel, in cm.
     */
-    void forwards(float distance);
+    void forwards_measured(float distance);
     
     /**
     * Moves the car in the direction it is facing, until a user
     * tells it to stop.
     */
-    void forwards();
+    void forwards_timed();
     
     /**
     * Stops the car from moving.