Servo control continuous run
kuragi
Posts: 1
I was wondering if it was possible to have a servo continuously run from a update command.
I have
left_Servo.update(220,2304);
right_Servo.update(126,2304);
and I want them to run without a CPU.delay() command until I tell them to stop. Is there anyway to do this?
*UPDATE*
Sorry about this guys, I figured it out, somewhere way farther down in my code I had a identical method that was stopping the servos. Must have been up too late programming.
I have
left_Servo.update(220,2304);
right_Servo.update(126,2304);
and I want them to run without a CPU.delay() command until I tell them to stop. Is there anyway to do this?
*UPDATE*
Sorry about this guys, I figured it out, somewhere way farther down in my code I had a identical method that was stopping the servos. Must have been up too late programming.
Comments
Just in case someone have the same issue, can you just post want you found in the forum?
Thanks,
JM