Shop OBEX P1 Docs P2 Docs Learn Events
Servo control continuous run — Parallax Forums

Servo control continuous run

kuragikuragi Posts: 1
edited 2010-08-18 16:43 in General Discussion
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.

Comments

  • jmspaggijmspaggi Posts: 629
    edited 2010-08-18 16:43
    Hi kuragi,

    Just in case someone have the same issue, can you just post want you found in the forum?

    Thanks,

    JM
Sign In or Register to comment.