-
Notifications
You must be signed in to change notification settings - Fork 11
Use debouncer to handle button analysis #3
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dastels The response time to quick double-clicks seems slow and misses.
Could you add getter/setter methods called debounce_interval
which increase the debouncer's interval
property?
Do we really want/need accessors for the debouncer interval, or is passing it as a constructor argument enough? |
@dastels I think it's OK as a kwarg. |
Updating https://github.com/adafruit/Adafruit_CircuitPython_RA8875 to 2.0.0 from 1.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_RA8875#11 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_CursorControl to 2.0.0 from 1.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_CursorControl#5 from dastels/cursor > Merge pull request adafruit/Adafruit_CircuitPython_CursorControl#3 from dastels/master
No description provided.