netlabtoolkit / VarSpeedServo

Arduino library for servos that extends the standard servo.h library with the ability to set speed, and wait for position to complete
GNU Lesser General Public License v2.1
290 stars 127 forks source link

Add support for more than 8 servos if possible #2

Open pvanallen opened 9 years ago

pvanallen commented 9 years ago

At least some Arduinos can support more than 8 servos.

cimbalo commented 9 years ago

Any news on this enhancement? I'm very interested in using arduino Mega with more than 8 servos.

EllaKinetic commented 6 years ago

Can more than 8 servos currently be controlled if additional servos do not use speed control? i.e use only myservo9.write(nnn); instruction