Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
facchinm merged 2 commits intoarduino-libraries:joystickfromRocketct:joystick
Apr 16, 2025

Conversation

Rocketct
Copy link

@RocketctRocketct commentedApr 15, 2025
edited
Loading

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

@facchinmfacchinm 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 returnfalse on values that are not exactly the same but inside the deadzone area

@facchinmfacchinm merged commit060556e intoarduino-libraries:joystickApr 16, 2025
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@facchinmfacchinmfacchinm approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Rocketct@facchinm

[8]ページ先頭

©2009-2025 Movatter.jp