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.
1 parent e9b8614 commit 71f24d9Copy full SHA for 71f24d9
adafruit_debouncer.py
@@ -23,9 +23,9 @@
23
`adafruit_debouncer`
24
====================================================
25
26
-Debounces an arbitrary predicate function (typically created as a lambda) of 0 arguments.
27
-Since a very common use is debouncing a digital input pin, the initializer accepts a DigitalInOut object
28
-instead of a lambda.
+Debounces an arbitrary predicate function (typically created as a lambda) of 0
+arguments. Since a very common use is debouncing a digital input pin, the
+initializer accepts a DigitalInOut object instead of a lambda.
29
30
* Author(s): Dave Astels
31
0 commit comments