f25dcdde27
Migrates all HOPERF sensors to inherit base sensor device properties. This will allow us to define properties shared by multiple sensors in one place. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
11 lines
282 B
YAML
11 lines
282 B
YAML
# Copyright (c) 2019, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
TH02 Temperature and Humidity sensor. See datasheet at
|
|
http://www.datasheetspdf.com/mobile/748107/TH02.html
|
|
|
|
compatible: "hoperf,th02"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|