zephyr/dts/bindings/sensor/sensirion,sht4x.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

25 lines
459 B
YAML

#
# Copyright (c) 2021, Leonard Pollak
#
# SPDX-License-Identifier: Apache-2.0
description: Sensirion SHT4x humidity and temperature sensor
compatible: "sensirion,sht4x"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
repeatability:
type: int
required: true
description: |
Repeatability of the T/RH Measurement
0 = low -> 1.7 ms
1 = med -> 4.5 ms
2 = high -> 8.2 ms
enum:
- 0
- 1
- 2