Yes, we are declaring an object of type Victor and using
to declare the variable,
Code:
liftMotor = new Victor(5);
to declare the victor
Code:
liftMotor->SetSpeed(1);
to set the speed of the victor (We use 0 and -1 in place of 1 as well)
We tried following the factory re-calibration procedures without any luck. We are getting 2.7 volts output without a motor connected and 1.7 volts with a motor connected.