We are using an NXT motor to deploy our end-game ramp but we are finding that during the game the motor is turning allowing the line that is holding back our ramp to unwind. We have used the following code to set our NXT motor to brake by default, but it doesn't work:
Code:
bFloatDuringInactiveMotorPWM = false;
This is using RobotC version 3.51 with firmware 9.52.
Any help would be appreciated.