File tree Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ This driver depends on:
30
30
31
31
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython >`_
32
32
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice >`_
33
- * `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register >`_
34
33
35
34
Please ensure all dependencies are available on the CircuitPython filesystem.
36
35
This is easily achieved by downloading
Original file line number Diff line number Diff line change 16
16
17
17
**Hardware:**
18
18
19
- .. todo:: Add links to any specific hardware product page(s), or category page(s).
20
- Use unordered list & hyperlink rST inline format: "* `Link Text <url>`_"
19
+ * `Adafruit ADS7830 8-Channel 8-Bit ADC with I2C <https://www.adafruit.com/product/5836>`_
21
20
22
21
**Software and Dependencies:**
23
22
24
23
* Adafruit CircuitPython firmware for the supported boards:
25
24
https://circuitpython.org/downloads
26
25
27
- .. todo:: Uncomment or remove the Bus Device and/or the Register library dependencies
28
- based on the library's use of either.
29
-
30
- # * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31
- # * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
26
+ * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
32
27
"""
33
28
34
29
# imports
Original file line number Diff line number Diff line change 27
27
# Uncomment the below if you use native CircuitPython modules such as
28
28
# digitalio, micropython and busio. List the modules you use. Without it, the
29
29
# autodoc module docs will fail to generate with a warning.
30
- # autodoc_mock_imports = ["digitalio ", "busio"]
30
+ autodoc_mock_imports = ["board " , "busio" , "micropython " ]
31
31
32
32
autodoc_preserve_defaults = True
33
33
Original file line number Diff line number Diff line change @@ -24,14 +24,12 @@ 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.
27
+ Adafruit ADS7830 8-Channel 8-Bit ADC Learn Guide <https://learn.adafruit.com/adafruit-ads7830-8-channel-8-bit-adc >
29
28
30
29
.. toctree ::
31
30
:caption: Related Products
32
31
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.
32
+ Adafruit ADS7830 8-Channel 8-Bit ADC with I2C <https://www.adafruit.com/product/5836 >
35
33
36
34
.. toctree ::
37
35
:caption: Other Links
Original file line number Diff line number Diff line change 5
5
6
6
Adafruit-Blinka
7
7
adafruit-circuitpython-busdevice
8
- adafruit-circuitpython-register
You can’t perform that action at this time.
0 commit comments