When I connect a servo to the Vex controller and run it with the joystick, the movement is visibly discontinuous. I just set up a little printf statement in the default code to look at the pwm_in numbers and it looks like the input from the joystick jumps about 5 units at a time instead of the 1 at a time I’m used to seeing on the larger FIRST units. That means that the whole 0-255 range is divided into only 50 steps. Is this correct behavior on a Vex? If so, is there anything to do to increase the resolution of the joystick? It would be very useful for steering, camera control, etc. to have the other 5x steps.
Thanks,