|
Programming the 393 VEX Motor in Java
So we're adding a VEX 393 motor to run a camera mount, and I was wondering how to program the actual motor. We've connected the motor to the speed controller it came with and from there, it connects to a PWM slot on the side car. I've been looking at the Java documentations under the SpeedController interface, but the only classes it implements are the Jaguar and Victor classes. I don't know if the VEX motor uses one of those classes, or if it uses it's own separate class. Any ideas?
|