Skip to content

Commit 7f97f64

Browse files
committed
adding sgp41
1 parent ae896a1 commit 7f97f64

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
@@ -1145,3 +1145,6 @@
11451145
[submodule "libraries/helpers/yotoplayer"]
11461146
path = libraries/helpers/yotoplayer
11471147
url = https://github.com/adafruit/Adafruit_CircuitPython_YotoPlayer.git
1148+
[submodule "libraries/drivers/sgp41"]
1149+
path = libraries/drivers/sgp41
1150+
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP41.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
423423
LPS28 Pressure Sensor (adafruit_lps28) <https://docs.circuitpython.org/projects/lps28/en/latest/>
424424
LPS35HW Water Resistant Barometric Pressure, Temperature (adafruit_lps35hw) <https://docs.circuitpython.org/projects/lps35hw/en/latest/>
425425
SGP40 Air Quality Sensor (adafruit_sgp40) <https://docs.circuitpython.org/projects/sgp40/en/latest/>
426+
SGP41 Multi-Pixel Gas Sensor (adafruit_sgp41) <https://docs.circuitpython.org/projects/sgp41/en/latest/>
426427
MAX31855 Thermocouple Amplifier, Temperature (adafruit_max31855) <https://docs.circuitpython.org/projects/max31855/en/latest/>
427428
MAX31856 Thermocouple Amplifier, Temperature (adafruit_max31856) <https://docs.circuitpython.org/projects/max31856/en/latest/>
428429
MAX31865 Thermocouple Amplifier, Temperature (adafruit_max31865) <https://docs.circuitpython.org/projects/max31865/en/latest/>

libraries/drivers/sgp41

Submodule sgp41 added at 93b16fa

0 commit comments

Comments
 (0)