Skip to content

Commit 6157054

Browse files
committed
Adding HTU31D
1 parent 89ea2a4 commit 6157054

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,3 +781,6 @@
781781
[submodule "libraries/helpers/datetime"]
782782
path = libraries/helpers/datetime
783783
url = https://github.com/adafruit/Adafruit_CircuitPython_datetime.git
784+
[submodule "libraries/drivers/htu31d"]
785+
path = libraries/drivers/htu31d
786+
url = https://github.com/adafruit/Adafruit_CircuitPython_HTU31D.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
349349
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
350350
HTS221 Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/hts221/en/latest/>
351351
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
352+
HTU31D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu31d/en/latest/>
352353
LPS2X Family of Barometric Pressure, Temperature Sensors <https://circuitpython.readthedocs.io/projects/lps2x/en/latest/>
353354
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>
354355
SGP40 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/sgp40/en/latest/>

libraries/drivers/htu31d

Submodule htu31d added at 787fba1

0 commit comments

Comments
 (0)