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: main.cpp
- Revision:
- 9:aff48e331147
- Parent:
- 7:3b2cf7efe5d1
- Child:
- 10:926f142f16a3
--- a/main.cpp Fri Nov 22 21:28:52 2013 +0000 +++ b/main.cpp Mon Feb 03 20:37:35 2014 +0000 @@ -54,7 +54,8 @@ DBGPRINT("={%f,\t%f,\t%f}\n\r",bot.x,bot.y,bot.rot*180.0/3.14159); break; case 'W': // drive forward a small bit - bot.driveForward(targetAngle,1000); + //bot.driveForward(targetAngle,1000); + bot.motors.moveForward(100); DBGPRINT("={%f,\t%f,\t%f}\n\r",bot.x,bot.y,bot.rot*180.0/3.14159); break; case 'E': //drive forward five times as much