We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e46b9 commit 8e8373eCopy full SHA for 8e8373e
components/i2c/sgp41/definition.json
@@ -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