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.
Dependencies: CircularBuffer Servo Terminal mbed Radio
Diff: RobotLeg.cpp
- Revision:
- 20:bf46c0400b10
- Parent:
- 19:efba54b23912
- Child:
- 22:9cf770fb12f8
--- a/RobotLeg.cpp Mon May 27 23:20:14 2013 +0000
+++ b/RobotLeg.cpp Tue May 28 04:11:37 2013 +0000
@@ -184,6 +184,8 @@
stepTimer.stop();
}
+ move(newPosition);
+
return true;
default:
@@ -195,7 +197,7 @@
void RobotLeg::apply()
{
- move(newPosition);
+ if (stepping != state) move(newPosition);
}