I have a pair of servos that were modded to rotate continuously about a year ago. I've been trying to make them rotate with the command:
servo 0, 1 : servo 1, 1
but I find that this does nothing but make the servos twitch. However, when I use:
servo 0, 1 : servo 1, 1
wait 2
the servos rotate clockwise for two seconds. Furthermore, when I use:
servo 0, 2 : servo 1, 2
wait 2