We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a00b22e + d413317 commit 65dc45aCopy full SHA for 65dc45a
adafruit_debouncer.py
@@ -60,7 +60,7 @@ class Debouncer:
60
"""Debounce an input pin or an arbitrary predicate"""
61
62
def __init__(self, io_or_predicate, interval=0.010):
63
- """Make am instance.
+ """Make an instance.
64
:param DigitalInOut/function io_or_predicate: the DigitalIO or function to debounce
65
:param int interval: bounce threshold in seconds (default is 0.010, i.e. 10 milliseconds)
66
"""
0 commit comments