|
Reversing controls?
Ok we shipped the robot, and now our team decided that they want to redefine which side of the robot is the front. I don't have anything to test this.. but would this work:
pwm01 = ((-1 * p2_y) + 255);
pwm02 = ((-1 * p1_y) + 255);
|