mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix attribute link
This commit is contained in:
@@ -322,7 +322,7 @@ class Pin(object):
|
|||||||
detection, measured in seconds. If bounce detection is not currently in
|
detection, measured in seconds. If bounce detection is not currently in
|
||||||
use, this is ``None``.
|
use, this is ``None``.
|
||||||
|
|
||||||
For example, if :attr:`edge` is currently "rising", :attr:`bounce` is
|
For example, if :attr:`edges` is currently "rising", :attr:`bounce` is
|
||||||
currently 5/1000 (5ms), then the waveform below will only fire
|
currently 5/1000 (5ms), then the waveform below will only fire
|
||||||
:attr:`when_changed` on two occasions despite there being three rising
|
:attr:`when_changed` on two occasions despite there being three rising
|
||||||
edges:
|
edges:
|
||||||
|
|||||||
Reference in New Issue
Block a user