Closed
Description
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.