We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb15dd1 commit 66ff568Copy full SHA for 66ff568
adafruit_debouncer.py
@@ -53,7 +53,7 @@
53
_CHANGED_STATE = const(0x04)
54
55
56
-class Debouncer():
+class Debouncer:
57
"""Debounce an input pin or an arbitrary predicate"""
58
59
def __init__(self, io_or_predicate, interval=0.010):
0 commit comments