mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Doc typo
This commit is contained in:
@@ -71,7 +71,7 @@ class DigitalInputDevice(EventsMixin, InputDevice):
|
|||||||
straight forward on / off states with (reasonably) clean transitions
|
straight forward on / off states with (reasonably) clean transitions
|
||||||
between the two.
|
between the two.
|
||||||
|
|
||||||
:param float bouncetime:
|
:param float bounce_time:
|
||||||
Specifies the length of time (in seconds) that the component will
|
Specifies the length of time (in seconds) that the component will
|
||||||
ignore changes in state after an initial change. This defaults to
|
ignore changes in state after an initial change. This defaults to
|
||||||
``None`` which indicates that no bounce compensation will be performed.
|
``None`` which indicates that no bounce compensation will be performed.
|
||||||
|
|||||||
Reference in New Issue
Block a user