Quote:
Originally Posted by 3205patriots
armEncoder = new Encoder(0,0, false, Encoder.EncodingType.k4X); //CHANGE THE ENCODER PORTS
|
This is a problem, and probably what is causing your crash. You can't assign a port more then once, your encoder is using port 0 twice (and it might be conflicting with other things in your code as well.