Skip to content

Commit d921742

Browse files
authored
Merge pull request #532 from adafruit/sgp41
adding sgp41
2 parents ae896a1 + 4724cbd commit d921742

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v1.1.2
11+
rev: v3.0.1
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks

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)