-
Notifications
You must be signed in to change notification settings - Fork 2
Servo acceleration and deceleration setting #2
-
Hello. I express my deep gratitude to you for this development. I am very interested in maybe adding a very important function to this project. Namely, the speed of rotation of the servo. So in some projects the rattling of the servo can be avoided. I am sorry for my bad english.
~ Setting the acceleration (acceleration and deceleration) of the servo
~ Soft start from any position when starting the program
https://github.com/GyverLibs/ServoSmooth
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Replies: 1 comment
-
Thanks a lots for your very good library 👍
It'll be great if you can rewrite the library a little bit or create a new library, in order to use any of my ISR_Servo libraries, such as
- ESP8266_ISR_Servo
- ESP32_ISR_Servo
- ESP32_S2_ISR_Servo
- ESP32_C3_ISR_Servo
- ESP32_New_ISR_Servo
- STM32_ISR_Servo
- RP2040_ISR_Servo
- SAMD_ISR_Servo
- NRF52_ISR_Servo
- Portenta_H7_ISR_Servo
The user then just includes both libraries from the sketch, such as
#include "ESP32_New_ISR_Servo.h"
#include <ServoSmooth.h>
then is able to use the good smooth
feature of your library.
I'm waiting for your response.
Best Regards,
Beta Was this translation helpful? Give feedback.