Quote:
Originally Posted by FireAmpersand
Sweet. And this follows PID control, correct?
|
Yes. I forgot earlier but I think you have to set the PID before the motor will work. Generally only P is needed, but if it doesn't work too well increase I very very slightly (start at .002)
Code:
motor.setPID(P, I, D)