mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Doc typos
This commit is contained in:
@@ -302,7 +302,7 @@ class LineSensor(SmoothedInputDevice):
|
|||||||
pause()
|
pause()
|
||||||
|
|
||||||
:param int pin:
|
:param int pin:
|
||||||
The GPIO pin which the button is attached to. See :doc:`notes` for
|
The GPIO pin which the sensor is attached to. See :doc:`notes` for
|
||||||
valid pin numbers.
|
valid pin numbers.
|
||||||
|
|
||||||
:param int queue_len:
|
:param int queue_len:
|
||||||
@@ -371,7 +371,7 @@ class MotionSensor(SmoothedInputDevice):
|
|||||||
print("Motion detected!")
|
print("Motion detected!")
|
||||||
|
|
||||||
:param int pin:
|
:param int pin:
|
||||||
The GPIO pin which the button is attached to. See :doc:`notes` for
|
The GPIO pin which the sensor is attached to. See :doc:`notes` for
|
||||||
valid pin numbers.
|
valid pin numbers.
|
||||||
|
|
||||||
:param int queue_len:
|
:param int queue_len:
|
||||||
@@ -435,7 +435,7 @@ class LightSensor(SmoothedInputDevice):
|
|||||||
print("Light detected!")
|
print("Light detected!")
|
||||||
|
|
||||||
:param int pin:
|
:param int pin:
|
||||||
The GPIO pin which the button is attached to. See :doc:`notes` for
|
The GPIO pin which the sensor is attached to. See :doc:`notes` for
|
||||||
valid pin numbers.
|
valid pin numbers.
|
||||||
|
|
||||||
:param int queue_len:
|
:param int queue_len:
|
||||||
|
|||||||
Reference in New Issue
Block a user