diff --git a/components/i2c/ens161/definition.json b/components/i2c/ens161/definition.json new file mode 100644 index 00000000..6eb9dfb2 --- /dev/null +++ b/components/i2c/ens161/definition.json @@ -0,0 +1,16 @@ +{ + "displayName": "ENS161", + "vendor": "Sciosense", + "productURL": "https://www.adafruit.com/product/6431", + "documentationURL": "https://learn.adafruit.com/adafruit-ens161-mox-gas-sensor", + "published": true, + "i2cAddresses": [ "0x52", "0x53" ], + "subcomponents": [ + "tvoc", + "eco2", + { + "displayName": "AQI", + "sensorType": "raw" + } + ] +} diff --git a/components/i2c/ens161/image.jpg b/components/i2c/ens161/image.jpg new file mode 100644 index 00000000..0bf50c5b Binary files /dev/null and b/components/i2c/ens161/image.jpg differ