Task #280
Test one-line move command for robot
Start date:
Due date:
% Done:
0%
Description
Use two motor speeds in the same command string, rather than sending separate commands for left and right motors.
History
#1 Updated by Greg Tress almost 15 years ago
- Status changed from New to Assigned
#2 Updated by Eugene Marinelli almost 15 years ago
Now you can use the MOTORS_SET command.
#define MOTORS_SET 0x5A // MOTORS_SET (motor1 dir) (motor1 speed) (motor2 dir) (motor2 speed)
#3 Updated by Greg Tress almost 15 years ago
- Status changed from Assigned to 5
#4 Updated by Kevin Woo about 14 years ago
- Tracker changed from Enhancement to Task
#5 Updated by Rich Hong about 14 years ago
- Status changed from 5 to Fixed
#6 Updated by Rich Hong about 14 years ago
- Category set to ColoNet