We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb15dd1 + 66ff568 commit a2ffcc5Copy full SHA for a2ffcc5
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