|
Re: Programming Help
then you are going to want to control the motor using a Victor, and thus a PWM. set the variable pwmXX (XX being the number of the output the victor is connected to) to a number from 0 to 255 - 0 is full reverse, 255 is full forward, and 127 is neutral (stopped).
|