Fix indent error

This commit is contained in:
Dave Astels 2019-01-04 19:46:13 -05:00
parent 1d6bd1c99a
commit c12517bbd2

View file

@ -25,7 +25,7 @@
Debounces an arbitrary predicate function (typically created as a lambda) of 0 arguments. 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 pin number Since a very common use is debouncing a digital input pin, the initializer accepts a pin number
instead of a lambda. instead of a lambda.
* Author(s): Dave Astels * Author(s): Dave Astels