Skip to content

added support for deadzone on joystick due to rest position drift #27

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

Merged
merged 2 commits into from
Apr 16, 2025

Conversation

Rocketct
Copy link

@Rocketct Rocketct commented Apr 15, 2025

Added support for deadzone on joystick due to rest position drift,, this will allows to set the deadzone threshold expressed as ADC levels.
In accord with these changes, the deadzone defines a region of space, where the joystick position is returned as (0,0) in range:

  • X :=[-127,128]
  • Y:= [-127,128],
    This region can be identified as a square over the rest position of the stick.
    changing the dz_threshold change the size of the space of where the value is approximated to (x,y) = (0,0)

Copy link
Contributor

@facchinm facchinm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small nitpick to just return false on values that are not exactly the same but inside the deadzone area

@facchinm facchinm merged commit 060556e into arduino-libraries:joystick Apr 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants