19 lines
680 B
YAML
19 lines
680 B
YAML
description: Sensirion SCD30 CO2, humidity, and temperature sensor
|
|
compatible: "sensirion,scd30"
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
GPIO pin connected to the SCD30 RDY pin. Without this async reads are unavailable
|
|
asc-enabled:
|
|
type: boolean
|
|
description: |
|
|
Enable automatic self calibration. If this property is not set then the value in the SCD30's
|
|
nonvolatile storage will be used.
|
|
sampling-interval:
|
|
type: int
|
|
description: |
|
|
How often to sample at bootup. If this property is not set then the value in the SCD30's
|
|
nonvolatile storage will be used.
|