File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ This driver depends on:
22
22
23
23
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython >`_
24
24
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice >`_
25
- * `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register >`_
26
25
27
26
Please ensure all dependencies are available on the CircuitPython filesystem.
28
27
This is easily achieved by downloading
Original file line number Diff line number Diff line change 43
43
44
44
* Adafruit's Bus Device library:
45
45
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
46
- * Adafruit's Register library:
47
- https://github.com/adafruit/Adafruit_CircuitPython_Register
48
46
"""
49
47
try :
50
48
import struct
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Table of Contents
23
23
.. toctree ::
24
24
:caption: Tutorials
25
25
26
- https://learn.adafruit.com/adafruit-htu21d-f-temperature-humidity-sensor/
26
+ Adafruit HTU21D-F Temperature & Humidity Sensor < https://learn.adafruit.com/adafruit-htu21d-f-temperature-humidity-sensor/ >
27
27
28
28
.. toctree ::
29
29
:caption: Related Products
Original file line number Diff line number Diff line change 1
1
Adafruit-Blinka
2
2
adafruit-circuitpython-busdevice
3
- adafruit-circuitpython-register
You can’t perform that action at this time.
0 commit comments