Quote:
Originally Posted by rsegrest
how exactly would we write that if wanted to invert the motors for 1 and 3
|
Let's say if motor 1 is the front left motor and motor 3 is the rear left motor.
Code:
SetInvertedMotor(kFrontLeftMotor, true);
SetInvertedMotor(kRearLeftMotor, true);