Skip to content

Commit 8e8373e

Browse files
authored
add(i2c): Sensirion SGP41 (NOX/VOC index+raw)
1 parent 95e46b9 commit 8e8373e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"displayName": "SGP41",
3+
"vendor": "Sensirion",
4+
"productURL": "https://www.adafruit.com/product/6455",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-sgp41-multi-pixel-gas-sensor-breakout",
6+
"published": true,
7+
"i2cAddresses": [ "0x59" ],
8+
"subcomponents": [
9+
"voc-index",
10+
"nox-index",
11+
{
12+
"displayName": "Raw VOC Ticks (For Reference Only)",
13+
"sensorType": "raw"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)