mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 23:31:57 +00:00
Implementation of AMS (Austria Micro Systems) ENS210 temperature and relative humidity sensor. Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
6 lines
110 B
CMake
6 lines
110 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_ENS210 ens210.c)
|