mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:32:32 +00:00
Convert tmp112 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>
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
# TMP112 temperature sensor configuration options
|
|
|
|
# Copyright (c) 2016 Firmwave
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TMP112
|
|
bool "TMP112 Temperature Sensor"
|
|
depends on I2C
|
|
help
|
|
Enable the driver for Texas Instruments TMP112 High-Accuracy Digital
|
|
Temperature Sensors.
|
|
|
|
The TMP102 is compatible with the TMP112 but is less accurate and has
|
|
been successfully tested with this driver.
|