0d543f1742
Add basic support for TI HDC20XX series (e.g. HDC2010, HDC2021, HDC2022, HDC2080). It is able to get temperature and humidity in the default 14-bit resolution. Triggers, resolution selection, interrupt line, auto measurement mode are currently not supported. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
9 lines
199 B
YAML
9 lines
199 B
YAML
# Copyright (c) 2021, Aurelien Jarno
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Texas Instruments HDC2021 Temperature and Humidity Sensor
|
|
|
|
compatible: "ti,hdc2021"
|
|
|
|
include: ti,hdc20xx.yaml
|