We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wanted to use Debouncer with touchio input.
So I went to the learn guide: https://learn.adafruit.com/debouncer-library-python-circuitpython-buttons-sensors/advanced-debouncing
But maybe that part is outdated (I still like to learn about lambda function) because #8 made it more simple to use Debouncer with touchio.
Nothing to fix in the code of this library (except maybe a simpletest_touchio.py that demonstrate that usecase) but the guide could get some update.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @dglaude! I will work on updating the learn guide to also show the new simpler way to use the debouncer lib with touchio.
Sorry, something went wrong.
I've updated the Basic Debouncing page to note about the library working with TouchIn. As well as a link to the examples directory in this repo.
FoamyGuy
No branches or pull requests
I wanted to use Debouncer with touchio input.
So I went to the learn guide: https://learn.adafruit.com/debouncer-library-python-circuitpython-buttons-sensors/advanced-debouncing
But maybe that part is outdated (I still like to learn about lambda function) because #8 made it more simple to use Debouncer with touchio.
Nothing to fix in the code of this library (except maybe a simpletest_touchio.py that demonstrate that usecase) but the guide could get some update.
The text was updated successfully, but these errors were encountered: