4
apt-get
6y

Does anyone know of a way to have multiple servo motors run simultaneously (Arduino)

Comments
  • 3
    I recently did something similar, google for 'arduino multitasking' you should find some examples. There is also a library called Eventually that does this for you.
  • 2
    If you want to do something relatively simple, you can loop the servos 1 tick at a time, but for more advanced multitasking, look up arduino thread library on github.
  • 0
    @sharktits probably 5 degrees at a time would be enough... Like I did it that way
Add Comment