Auxiliary Servo Library
v0.9
Servo motor control library for educational and hobby applications
|
![]() ![]() | If you need to control more than the 14 servos the servo library covers, add this library to your project to control up to 14 more for a total of 28 servos. Control the first 14 with servo_set, servo_speed, servo_angle, and other servo_ function calls. Control servos 15 and up with the same function calls, but starting with servoAux_ instead of servo_. Currently supports LMM and CMM memory models. servo library launches a single cog for controlling 1st to 14th servos servoAux library launches an additional cog for controlling the 15th through 28th servos |