commit
094622fbd4
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
|
|
|||
1
libraries/drivers/scd4x
Submodule
1
libraries/drivers/scd4x
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 80e30aafd445970961481968fae99ae91c9f2892
|
||||
Loading…
Reference in a new issue