ServoEasing

Enables smooth servo movement. Linear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.

Author
Armin Joachimsmeyer
Website
https://github.com/ArminJo/ServoEasing
Category
Device Control
License
GPL 3.0
Library Type
Contributed
Architectures
avr, megaavr, sam, samd, esp8266, esp32, stm32, STM32F1, apollo3, mbed, mbed_nano, rp2040

Just use <b>myServo.easeTo()</b> instead of <b>myServo.write()</b> and you have smooth servo movement.<br/><b>Non blocking</b> movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.<br/><b>All servos can move synchronized.</b><br/><br/>Includes the following <b>easing functions</b>:<ul><li><b>Linear</b>, <b>Quadratic</b>, <b>Cubic</b> and <b>Quartic</b></li><li><b>Sine</b>, <b>Circular</b>, <b>Back</b>, <b>Elastic</b> and <b>Bounce</b></li><li><b>Precision</b>, <b>Dummy</b> and <b>User defined</b></li></ul>Each function supports the <b>easing types</b> <b>In</b>, <b>Out</b>, <b>InOut</b> and <b>BouncingOutIn</b><br/>Trim and reverse operations are supported as well as continuous rotating servos.<br/><br/><b>New: </b>Added function setFloatDegreeForAllServos().<br/><a href="https://github.com/ArminJo/ServoEasing#revision-history">Revision History</a><br/>

Downloads

Filename Release Date File Size
ServoEasing-3.2.1.zip 2023-03-05 8.54 MiB
ServoEasing-3.2.0.zip 2023-02-16 8.53 MiB
ServoEasing-3.1.0.zip 2022-08-05 8.44 MiB
ServoEasing-3.0.0.zip 2022-05-30 8.42 MiB
ServoEasing-2.4.1.zip 2022-04-07 8.35 MiB
ServoEasing-2.4.0.zip 2021-10-08 8.32 MiB
ServoEasing-2.3.4.zip 2021-02-05 3.80 MiB
ServoEasing-2.3.3.zip 2020-11-30 3.80 MiB
ServoEasing-2.3.2.zip 2020-09-20 3.75 MiB
ServoEasing-2.3.1.zip 2020-09-03 3.75 MiB