In our code we are using a Talon for the drive motors this year. However, we need to use CAN instead of PWM now. What will be the main differences in declaring the motors with this?
//
// Define Drive Motor Channels
//
const static int MOTOR_FRONT_LEFT = 0;
const static int MOTOR_REAR_LEFT = 1;
const static int MOTOR_FRONT_RIGHT = 2;
const static int MOTOR_REAR_RIGHT = 3;