This repository was archived by the owner on Jan 29, 2023. It is now read-only.
assigning different PWM Ranges on RP2040_ISR_Servo, Khoih-prog #8
Unanswered
TimRosener
asked this question in
Q&A
Replies: 1 comment 3 replies
-
HI @TimRosener Those examples are just basic to demo how to use the features. You can change the PWM range (min/max pulse-width) to any pulse-width range you'd like The function to use is RP2040_ISR_Servo/src/RP2040_ISR_Servo.hpp Lines 160 to 161 in 281c145 In the examples, for simplification, fix values are used such as You can change those values, such as
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to assign different PWM ranges for each servo setup using this library? In the examples, there appears to be a global setup for the PWM ranges; I did not see an option to setup the individual servos with specific ranges for that servo. In my case I am using a Rpi Pico W, Arduino 2.0 IDE and the non-Mbed platform.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions