19 lines
408 B
YAML
19 lines
408 B
YAML
# Copyright (c) 2018, Peter Bigot Consulting, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: Sensirion Humidity Sensor SHT-3x-DIS
|
|
|
|
description: >
|
|
This binding gives a base representation of SHT3x-DIS humidity and temperature
|
|
sensor
|
|
|
|
compatible: "sensirion,sht3xd"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
alert-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: ALERT pin
|