11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
# SHTCX temperature and humidity sensor configuration options
|
|
|
|
# Copyright (c) 2021 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHTCX
|
|
bool "SHTCX: SHTC1 and SHTC3 Temperature and Humidity Sensor"
|
|
depends on I2C
|
|
help
|
|
Enable driver for SHTC1 and SHTC3 temperature and humidity sensors.
|