Is there a way to control motors with no encoders using RobotC (version 4.56) and an EV3 brick? I cannot seem to just rotate the motors with any given speed.
When setting up the motors I cannot untick the encoder boxes. Plus when I use the command
setMotorSpeed(motorA, 30);
it will still rotate the motor with maximum power. I have also tried all other available commands such as
moveMotorTarget()
setMotorTarget()
but none of them rotate the motor at less than maximum speed. Any help is greatly appreciated, thank you.