3850f4ca64
Add driver for ScioSense ENS160 multi-gas sensor. The driver includes support for I2C and SPI, attributes for setting temperature and humidity compensation and data ready trigger. Also add ScioSense to the list of vendor prefixes. Signed-off-by: Gustavo Silva <gustavograzs@gmail.com>
10 lines
252 B
YAML
10 lines
252 B
YAML
# Copyright (c) 2024 Gustavo Silva
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
ScioSense ENS160 Digital Metal Oxide Multi-Gas Sensor on SPI bus
|
|
|
|
compatible: "sciosense,ens160"
|
|
|
|
include: ["spi-device.yaml", "sciosense,ens160-common.yaml"]
|