Fix docs in digitalio.

This commit is contained in:
Craig Forbes 2019-06-17 11:58:05 -05:00
parent 0bb92d4fc3
commit e442efbdec
4 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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.

View File

@ -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.