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
291 stars 127 forks source link

README.md out of date #35

Open dpharris opened 4 years ago

dpharris commented 4 years ago

The README.md appears to be out of date in regard to number of servos supported, it says: "The VarSpeedServo.h Arduino library allows the use of up to 8 servos moving asynchronously (because it uses interrupts). In addition, you can set the speed of a move, optionally wait (block) until the servo move is complete, and create sequences of moves that run asynchronously."

and VarSpeedServo.cpp says: "Timers are seized as needed in groups of 12 servos - 24 servos use two timers, 48 servos will use four."