Merge pull request #332 from kattni/scd4x

Add SCD4x to bundle.
This commit is contained in:
Kattni 2021-07-26 16:49:51 -04:00 committed by GitHub
commit 094622fbd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -839,3 +839,6 @@
[submodule "libraries/helpers/ticks"]
path = libraries/helpers/ticks
url = https://github.com/adafruit/Adafruit_CircuitPython_Ticks
[submodule "libraries/drivers/scd4x"]
path = libraries/drivers/scd4x
url = https://github.com/adafruit/Adafruit_CircuitPython_SCD4X.git

View file

@ -377,6 +377,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
SCD30 CO2, Temperature, and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd30/en/latest/>
SCD4x Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd4x/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/>
SHT4x Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht4x/en/latest/>

@ -0,0 +1 @@
Subproject commit 80e30aafd445970961481968fae99ae91c9f2892