name=Servo_megaTinyCore version=1.2.1 author=Spence Konde based on work by Michael Margolis, Arduino maintainer=Spence Konde sentence=Allows post-2016 AVR parts to control a variety of servo motors. If IDE uses version from libraries, include Servo_megaTinyCore.h instead, keeping all other code identical. paragraph=Alternate name version - if you have Servo.h installed through library manager, you may need to use this version. Only the name of the include changes.
This library can control a great number of servos.
It makes careful use of timers: the library can control 12 servos using only 1 timer, and does not depend on TCA0 prescaler.
1.2.0 actually works, unlike 1.1.7, and a great deal of changes were made under the hood.
1.2.1 - Add support for tinyAVR 2-series and AVR Dx-series parts, improve comments and formatting.
category=Device Control url=http://www.arduino.cc/en/Reference/Servo architectures=megaavr