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)
|