Skip to content

Commit 46d7a11

Browse files
authored
Merge pull request #251 from kattni/pm25-ahtx0-add
Add PM25 and AHTx0 to bundle.
2 parents 4bd9565 + 6ef73c8 commit 46d7a11

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,3 +688,9 @@
688688
[submodule "libraries/drivers/icm20x"]
689689
path = libraries/drivers/icm20x
690690
url = https://github.com/adafruit/Adafruit_CircuitPython_ICM20X.git
691+
[submodule "libraries/drivers/pm25"]
692+
path = libraries/drivers/pm25
693+
url = https://github.com/adafruit/Adafruit_CircuitPython_PM25.git
694+
[submodule "libraries/drivers/ahtx0"]
695+
path = libraries/drivers/ahtx0
696+
url = https://github.com/adafruit/Adafruit_CircuitPython_AHTx0.git

docs/drivers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
324324

325325
AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
326326
ADT7410 High Accuracy Temperature Sensor <https://circuitpython.readthedocs.io/projects/adt7410/en/latest/>
327+
AHTx0 Tempertaure and Humidity Sensor <https://circuitpython.readthedocs.io/projects/ahtx0/en/latest/>
327328
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
328329
BME680 Temperature, Humidity, Pressure and Gas <https://circuitpython.readthedocs.io/projects/bme680/en/latest/>
329330
BMP280 Barometric Pressure and Altitude <https://circuitpython.readthedocs.io/projects/bmp280/en/latest/>
@@ -346,6 +347,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
346347
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
347348
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
348349
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
350+
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
349351
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
350352
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
351353
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>

libraries/drivers/ahtx0

Submodule ahtx0 added at 77f5b7c

libraries/drivers/pm25

Submodule pm25 added at d18d4d2

0 commit comments

Comments
 (0)