I have searched for quite a while now, and I cannot find how to handle continuous servos in RobotC.
I know that saying
Servo[servo1] = *insert valid standard servo value here*
will cause the continuous servo to rotate into infinity, but I need the ability to stop the servo, as well as run it backwards.
I have also tried
ServoChangeRate[servo1] = *any number here*
but to no avail
any help would be much appreciated!