File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,17 @@ Table of Contents
24
24
.. toctree ::
25
25
:caption: Tutorials
26
26
27
- .. todo :: Add any Learn guide links here. If there are none, then simply delete this todo and leave
28
- the toctree above for use later.
29
27
30
28
.. toctree ::
31
29
:caption: Related Products
32
30
33
- .. todo :: Add any product links here. If there are none, then simply delete this todo and leave
34
- the toctree above for use later.
31
+ Texas Instrument PCA9534 <https://www.ti.com/lit/ds/symlink/pca9534.pdf >
32
+ Texas Instrument PCA9535 <https://www.ti.com/lit/ds/symlink/pca9535.pdf >
33
+ Texas Instrument PCA9555 <https://www.ti.com/lit/ds/symlink/pca9555.pdf >
34
+ Texas Instrument TCA9534 <https://www.ti.com/lit/ds/symlink/tca9534.pdf >
35
+ Texas Instrument TCA9535 <https://www.ti.com/lit/ds/symlink/tca9535.pdf >
36
+ Texas Instrument TCA9555 <https://www.ti.com/lit/ds/symlink/tca9555.pdf >
37
+
35
38
36
39
.. toctree ::
37
40
:caption: Other Links
Original file line number Diff line number Diff line change 19
19
20
20
**Hardware:**
21
21
22
- * `Texas Instrument PCA9534 <https://www.ti.com/lit/ds/symlink/pca9534.pdf>_`
23
- * `Texas Instrument PCA9535 <https://www.ti.com/lit/ds/symlink/pca9535.pdf>_`
24
- * `Texas Instrument PCA9555 <https://www.ti.com/lit/ds/symlink/pca9555.pdf>_`
25
- * `Texas Instrument TCA9534 <https://www.ti.com/lit/ds/symlink/tca9534.pdf>_`
26
- * `Texas Instrument TCA9535 <https://www.ti.com/lit/ds/symlink/tca9535.pdf>_`
27
- * `Texas Instrument TCA9555 <https://www.ti.com/lit/ds/symlink/tca9555.pdf>_`
22
+ * `Texas Instrument PCA9534 <https://www.ti.com/lit/ds/symlink/pca9534.pdf>`_
23
+ * `Texas Instrument PCA9535 <https://www.ti.com/lit/ds/symlink/pca9535.pdf>`_
24
+ * `Texas Instrument PCA9555 <https://www.ti.com/lit/ds/symlink/pca9555.pdf>`_
25
+ * `Texas Instrument TCA9534 <https://www.ti.com/lit/ds/symlink/tca9534.pdf>`_
26
+ * `Texas Instrument TCA9535 <https://www.ti.com/lit/ds/symlink/tca9535.pdf>`_
27
+ * `Texas Instrument TCA9555 <https://www.ti.com/lit/ds/symlink/tca9555.pdf>`_
28
28
29
29
**Software and Dependencies:**
30
30
31
31
* Adafruit CircuitPython firmware for the supported boards:
32
32
https://circuitpython.org/downloads
33
-
34
-
35
- # * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
36
- # * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
33
+ * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
34
+ * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
37
35
"""
38
36
39
37
# imports
You can’t perform that action at this time.
0 commit comments