mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 22:02:33 +00:00
This adds support for Sensirion's SHT4X temperature and humidity sensor. Signed-off-by: Leonard Pollak <leonardp@tr-host.de>
6 lines
89 B
CMake
6 lines
89 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(sht4x.c)
|