Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@
[submodule "libraries/drivers/icm20x"]
path = libraries/drivers/icm20x
url = https://github.com/adafruit/Adafruit_CircuitPython_ICM20X.git
[submodule "libraries/drivers/pm25"]
path = libraries/drivers/pm25
url = https://github.com/adafruit/Adafruit_CircuitPython_PM25.git
[submodule "libraries/drivers/ahtx0"]
path = libraries/drivers/ahtx0
url = https://github.com/adafruit/Adafruit_CircuitPython_AHTx0.git
2 changes: 2 additions & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp

AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
ADT7410 High Accuracy Temperature Sensor <https://circuitpython.readthedocs.io/projects/adt7410/en/latest/>
AHTx0 Tempertaure and Humidity Sensor <https://circuitpython.readthedocs.io/projects/ahtx0/en/latest/>
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
BME680 Temperature, Humidity, Pressure and Gas <https://circuitpython.readthedocs.io/projects/bme680/en/latest/>
BMP280 Barometric Pressure and Altitude <https://circuitpython.readthedocs.io/projects/bmp280/en/latest/>
Expand All @@ -346,6 +347,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/ahtx0
Submodule ahtx0 added at 77f5b7
1 change: 1 addition & 0 deletions libraries/drivers/pm25
Submodule pm25 added at d18d4d