18 lines
391 B
YAML
18 lines
391 B
YAML
#
|
|
# Copyright (c) 2021, Leonard Pollak
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Sensirion SGP40 Multipixel Gas Sensor
|
|
|
|
compatible: "sensirion,sgp40"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|
|
|
|
properties:
|
|
enable-selftest:
|
|
type: boolean
|
|
description: |
|
|
Enabling this will run a selftest when the driver initializes.
|
|
The selftest takes ~250ms.
|