Skip to content

Commit 0b25e82

Browse files
authored
Merge pull request #283 from adafruit/scd30
adding the SCD30 eCO2 sensor
2 parents bfd62f8 + 77b4760 commit 0b25e82

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
@@ -757,3 +757,6 @@
757757
[submodule "libraries/helpers/portalbase"]
758758
path = libraries/helpers/portalbase
759759
url = https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git
760+
[submodule "libraries/drivers/scd30"]
761+
path = libraries/drivers/scd30
762+
url = https://github.com/adafruit/Adafruit_CircuitPython_SCD30.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
361361
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
362362
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
363363
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
364+
SCD30 eCO2, Temperature, and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd30/en/latest/>
364365
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
365366
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
366367
SHTC3 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/shtc3/en/latest/>

libraries/drivers/scd30

Submodule scd30 added at bc89ace

0 commit comments

Comments
 (0)