mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 15:37:00 +00:00
Add support for the Silabs SI7055 temperature sensor Signed-off-by: Greg Leach <greg.leach@lairdconnect.com>
6 lines
110 B
CMake
6 lines
110 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SI7055 si7055.c)
|