Replies: 2 comments 6 replies
-
Here's an example using an ESP32-C3 and GPIO8 where you can change the easing.
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Here's a Wokwi example that works quite smoothly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to control a 9G servo with a Lilygo T-Zigbee ESP32-C3 board, on GPIO08.
I use
myServo.writeServo( ciServoPin, gfPos, gfSpeed, gfEase);
Target positionning is OK, but I can't change speed nor ease.
Did you try parameters #3 & #4 of writeServo on ESP32-C3 ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions