Fix docs in digitalio.
This commit is contained in:
parent
0bb92d4fc3
commit
e442efbdec
@ -49,8 +49,8 @@
|
|||||||
//| =========================================================
|
//| =========================================================
|
||||||
//|
|
//|
|
||||||
//| A DigitalInOut is used to digitally control I/O pins. For analog control of
|
//| A DigitalInOut is used to digitally control I/O pins. For analog control of
|
||||||
//| a pin, see the :py:class:`~digitalio.AnalogIn` and
|
//| a pin, see the :py:class:`analogio.AnalogIn` and
|
||||||
//| :py:class:`~digitalio.AnalogOut` classes.
|
//| :py:class:`analogio.AnalogOut` classes.
|
||||||
//|
|
//|
|
||||||
|
|
||||||
//| .. class:: DigitalInOut(pin)
|
//| .. class:: DigitalInOut(pin)
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
//| :class:`Direction` -- defines the direction of a digital pin
|
//| :class:`Direction` -- defines the direction of a digital pin
|
||||||
//| =============================================================
|
//| =============================================================
|
||||||
//|
|
//|
|
||||||
//| .. class:: digitalio.DigitalInOut.Direction
|
//| .. class:: Direction
|
||||||
//|
|
//|
|
||||||
//| Enum-like class to define which direction the digital values are
|
//| Enum-like class to define which direction the digital values are
|
||||||
//| going.
|
//| going.
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
//| :class:`DriveMode` -- defines the drive mode of a digital pin
|
//| :class:`DriveMode` -- defines the drive mode of a digital pin
|
||||||
//| =============================================================
|
//| =============================================================
|
||||||
//|
|
//|
|
||||||
//| .. class:: digitalio.DriveMode
|
//| .. class:: DriveMode
|
||||||
//|
|
//|
|
||||||
//| Enum-like class to define the drive mode used when outputting
|
//| Enum-like class to define the drive mode used when outputting
|
||||||
//| digital values.
|
//| digital values.
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
//| :class:`Pull` -- defines the pull of a digital input pin
|
//| :class:`Pull` -- defines the pull of a digital input pin
|
||||||
//| =============================================================
|
//| =============================================================
|
||||||
//|
|
//|
|
||||||
//| .. class:: digitalio.Pull
|
//| .. class:: Pull
|
||||||
//|
|
//|
|
||||||
//| Enum-like class to define the pull value, if any, used while reading
|
//| Enum-like class to define the pull value, if any, used while reading
|
||||||
//| digital values in.
|
//| digital values in.
|
||||||
|
Loading…
Reference in New Issue
Block a user