adding sgp40

This commit is contained in:
siddacious 2020-12-29 12:52:13 -08:00
parent 6050885a6e
commit 2536f25906
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -763,3 +763,6 @@
[submodule "libraries/drivers/ltr390"] [submodule "libraries/drivers/ltr390"]
path = libraries/drivers/ltr390 path = libraries/drivers/ltr390
url = https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git url = https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git
[submodule "libraries/drivers/sgp40"]
path = libraries/drivers/sgp40
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git

View file

@ -349,6 +349,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/> HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
LPS2X Family of Barometric Pressure, Temperature Sensors <https://circuitpython.readthedocs.io/projects/lps2x/en/latest/> LPS2X Family of Barometric Pressure, Temperature Sensors <https://circuitpython.readthedocs.io/projects/lps2x/en/latest/>
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/> LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>
SGP40 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/sgp40/en/latest/>
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/> MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/> MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/> MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>

@ -0,0 +1 @@
Subproject commit 740dba48920fe55bb5e4a34352e6ed891fa2f052