mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 13:05:51 +00:00
Convert th02 sensor driver and sample app to utilize device tree. Introduce a dts board overlay on the frdm_k64f board to ensure we at least have a single platform in which the sample gets built. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TH02
|
|
bool "TH02 Temperature Sensor"
|
|
depends on I2C
|
|
help
|
|
Enable driver for the TH02 temperature sensor.
|