Use the new i2c_write_read() wrapper to simplify the code. Also add several overlays used to test the sensor on a variety of boards, and conf file support for trigger testing. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
#
|
|
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_SHT3XD=y
|
|
CONFIG_SHT3XD_TRIGGER=y
|
|
CONFIG_SHT3XD_TRIGGER_GLOBAL_THREAD=y
|