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

acceleration/deacceleration #45

Open BillyOnGitHub opened 3 years ago

BillyOnGitHub commented 3 years ago

Hi There !

Nice Lib. How can I manage to move to a position with acceleration or deacceleration? For example move from full right to full left with an acceleration from speed 30 to speed 100 ?

Kind regards