File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
shared-bindings/digitalio Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
//| =========================================================
50
50
//|
51
51
//| A DigitalInOut is used to digitally control I/O pins. For analog control of
52
- //| a pin, see the :py:class:`~digitalio .AnalogIn` and
53
- //| :py:class:`~digitalio .AnalogOut` classes.
52
+ //| a pin, see the :py:class:`analogio .AnalogIn` and
53
+ //| :py:class:`analogio .AnalogOut` classes.
54
54
//|
55
55
56
56
//| .. class:: DigitalInOut(pin)
Original file line number Diff line number Diff line change 43
43
//| :class:`Direction` -- defines the direction of a digital pin
44
44
//| =============================================================
45
45
//|
46
- //| .. class:: digitalio.DigitalInOut. Direction
46
+ //| .. class:: Direction
47
47
//|
48
48
//| Enum-like class to define which direction the digital values are
49
49
//| going.
Original file line number Diff line number Diff line change 31
31
//| :class:`DriveMode` -- defines the drive mode of a digital pin
32
32
//| =============================================================
33
33
//|
34
- //| .. class:: digitalio. DriveMode
34
+ //| .. class:: DriveMode
35
35
//|
36
36
//| Enum-like class to define the drive mode used when outputting
37
37
//| digital values.
Original file line number Diff line number Diff line change 31
31
//| :class:`Pull` -- defines the pull of a digital input pin
32
32
//| =============================================================
33
33
//|
34
- //| .. class:: digitalio. Pull
34
+ //| .. class:: Pull
35
35
//|
36
36
//| Enum-like class to define the pull value, if any, used while reading
37
37
//| digital values in.
You can’t perform that action at this time.
0 commit comments