Skip to content

Commit e428745

Browse files
authored
Merge pull request #285 from adafruit/sgp40
adding sgp40
2 parents 6050885 + 2536f25 commit e428745

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
@@ -763,3 +763,6 @@
763763
[submodule "libraries/drivers/ltr390"]
764764
path = libraries/drivers/ltr390
765765
url = https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git
766+
[submodule "libraries/drivers/sgp40"]
767+
path = libraries/drivers/sgp40
768+
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
349349
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
350350
LPS2X Family of Barometric Pressure, Temperature Sensors <https://circuitpython.readthedocs.io/projects/lps2x/en/latest/>
351351
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>
352+
SGP40 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/sgp40/en/latest/>
352353
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
353354
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
354355
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>

libraries/drivers/sgp40

Submodule sgp40 added at 740dba4

0 commit comments

Comments
 (0)