Skip to content

Commit 4b942df

Browse files
committed
Adding SHT4x
1 parent b321145 commit 4b942df

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
@@ -769,3 +769,6 @@
769769
[submodule "libraries/helpers/oauth_2"]
770770
path = libraries/helpers/oauth_2
771771
url = https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git
772+
[submodule "libraries/drivers/sht4x"]
773+
path = libraries/drivers/sht4x
774+
url = https://github.com/adafruit/Adafruit_CircuitPython_SHT4x.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
366366
SCD30 eCO2, Temperature, and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd30/en/latest/>
367367
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
368368
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
369+
SHT4x Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht4x/en/latest/>
369370
SHTC3 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/shtc3/en/latest/>
370371
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
371372
TC74 Digital Temperature Sensor <https://circuitpython.readthedocs.io/projects/tc74/en/latest/>

libraries/drivers/sht4x

Submodule sht4x added at fe91231

0 commit comments

Comments
 (0)