blob: b1086e43bee4571b98e4f6b6752c170975315717 [file] [log] [blame]
#
# 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