Skip to content

[New Feature] Add PWM RC override under joystick buttons #10430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zdanek opened this issue Sep 22, 2022 · 0 comments
Open

[New Feature] Add PWM RC override under joystick buttons #10430

zdanek opened this issue Sep 22, 2022 · 0 comments

Comments

@zdanek
Copy link
Collaborator

zdanek commented Sep 22, 2022

I'd like to propose a new great feature for joysticks: RC Channel override with set PWM values for buttons.
I've already coded it. So one can choose a new action for particular button and it's a PWM override for channels 8 to 16. Using channels below 8 seems no sense as they are more like throttle, yaw etc.
Since buttons are two state - up and down, a PWM values for up and down are to be set.
Latch mode means that low and high values are toggled (send in cycle) while button press. So first press sends high value, second press send low value and it repeats in cycle. Very useful in some situations.

Here how it looks like

image

I've created a PR #10431 with this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants