Closed
Description
>>> 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 a consequence, "my" code fail on the following line and way:
'''
File "adafruit_debouncer.py", line 112, in update
NotImplementedError: No long integer support
'''
There is a long support discussion with @jepler on Discord.
I might apply the proposed solution for myself, but likely not propose a Pull requests.
Metadata
Metadata
Assignees
Labels
No labels