Added sample code for Sensirion SHT3XD humidity sensor. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
#
|
|
# Copyright (c) 2018 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_SHT3XD=y
|