arduino stuffs
Diffstat (limited to 'libraries/RobotMotor/RobotMotor2wd/RobotMotor.cpp')
| -rwxr-xr-x | libraries/RobotMotor/RobotMotor2wd/RobotMotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/RobotMotor/RobotMotor2wd/RobotMotor.cpp b/libraries/RobotMotor/RobotMotor2wd/RobotMotor.cpp index caa9939..6c8ab03 100755 --- a/libraries/RobotMotor/RobotMotor2wd/RobotMotor.cpp +++ b/libraries/RobotMotor/RobotMotor2wd/RobotMotor.cpp @@ -66,6 +66,7 @@ void motorStop(int motor) { // todo set speed to 0 ??? motors[motor].run(RELEASE); // stopped + motorSetSpeed(0) // todo done!? } void motorBrake(int motor) |