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 IEEE_14_Freescale by
Diff: robot.h
- Revision:
- 10:926f142f16a3
- Parent:
- 9:aff48e331147
- Child:
- 13:c2d14bf733a5
diff -r aff48e331147 -r 926f142f16a3 robot.h
--- a/robot.h	Mon Feb 03 20:37:35 2014 +0000
+++ b/robot.h	Wed Feb 12 05:38:52 2014 +0000
@@ -27,6 +27,7 @@
     double x,y,rot;
     double pfac,ifac,dfac;
     double angfac;
+    int absDriveForward(double angle, int dist);
     int driveForward(double angle, int dist);
     void addforward(double dist);
     double turn(double power, double degrees);
    