Quote:
Originally Posted by Jared341
Blinking orange on the Victor suggests a problem with the PWM cable connection (or you never initialized "arm").
|
In the actual code we had only done:
Code:
Victor arm = new Victor(10);
outside of robotMain. Could that actually be the problem? I never thought it mattered.