Skip to content
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

feat(sensors): debounce ec11 encoder. #2655

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mister-goo
Copy link

It uses the same principle as debouncing keys, except that there are 4 states instead of 2. It will only produce an output if more than half of the samples during the timing window are equal.

A few things are still not clear to me, can someone enlighten me? I'm a newbie.

  1. Why is there an option to run the trigger in a separate thread?
  2. Should the interrupt code be run in a task queue?

@mister-goo mister-goo requested a review from a team as a code owner November 18, 2024 08:38
@caksoylar caksoylar added enhancement New feature or request sensors labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sensors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants