Skip to content

Commit 094622f

Browse files
authored
Merge pull request #332 from kattni/scd4x
Add SCD4x to bundle.
2 parents 75af2e9 + 084746a commit 094622f

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
@@ -839,3 +839,6 @@
839839
[submodule "libraries/helpers/ticks"]
840840
path = libraries/helpers/ticks
841841
url = https://github.com/adafruit/Adafruit_CircuitPython_Ticks
842+
[submodule "libraries/drivers/scd4x"]
843+
path = libraries/drivers/scd4x
844+
url = https://github.com/adafruit/Adafruit_CircuitPython_SCD4X.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
377377
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
378378
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
379379
SCD30 CO2, Temperature, and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd30/en/latest/>
380+
SCD4x Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd4x/en/latest/>
380381
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
381382
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
382383
SHT4x Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht4x/en/latest/>

libraries/drivers/scd4x

Submodule scd4x added at 80e30aa

0 commit comments

Comments
 (0)