issues Search Results · repo:adafruit/Adafruit_CircuitPython_Debouncer language:Python
Filter by
13 results
(70 ms)13 results
inadafruit/Adafruit_CircuitPython_Debouncer (press backspace or delete to remove)When there is a long interval between .update() calls, .value is not what is expected.
Originally from https://discord.com/channels/327254708534116352/537365702651150357/1341836635373047941
import board, ...
dhalbert
- 1
- Opened on Feb 19
- #44
CircuitPython version
Adafruit CircuitPython 9.2 macropad rp2040
Code/REPL
File adafruit_debouncer.py , line 32, in module
ImportError: no module named adafruit_ticks
Behavior
fails to load
...
bug
cmora111
- 2
- Opened on Oct 29, 2024
- #43
The items in test/ are not for pytest but are attempted as if they were. Renaming the folder or moving contained files
to examples/ will fix the issue.
bug
tekktrik
- Opened on May 24, 2023
- #41
The documentation link links to the latest but it s not up to date, while stable is.
https://docs.circuitpython.org/projects/debouncer/en/latest/api.html
Neradoc
- 5
- Opened on Mar 4, 2022
- #36
I have problems understanding how the debouncer works. debouncer_timing_test.py calls update() with a 100ms interval.
The (default) debounce interval is only 10ms,though. How does the debouncer catch and ...
bludin
- 4
- Opened on Oct 31, 2021
- #32
There are missing type annotations for some functions in this library.
The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the
error for ...
documentation
good first issue
FoamyGuy
- 1
- Opened on Sep 27, 2021
- #29
Hey, so for a project I m working on, I was adapting this code to run on the PyPortal. Now, the code works perfectly on
the Titano, but on the Pynt, switch.state is always 3 no matter what.
In both cases ...
evaherrada
- 2
- Opened on May 14, 2021
- #28
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 ...
documentation
dglaude
- 2
- Opened on Sep 12, 2020
- #23
import time
hasattr(time, monotonic_ns )
True
time.monotonic_ns()
Traceback (most recent call last):
File stdin , line 1, in module
NotImplementedError: No long integer support
As ...
dglaude
- 5
- Opened on Sep 12, 2020
- #22
Hardware : Adafruit Itsy Bitsy M0 lib version: adafruit-circuitpython-bundle-5.x-mpy-20200821 python version:
adafruit-circuitpython-itsybitsy_m0_express-en_US-5.3.1
I copy the debouncer_simpletest.py ...
ericklein
- 1
- Opened on Aug 23, 2020
- #21

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.