mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 20:45:25 +00:00
Implement a driver for the te connectivity ms5607 pressure and temperature sensor. Signed-off-by: Thomas Schmid <tom@lfence.de>
6 lines
222 B
CMake
6 lines
222 B
CMake
# Copyright (c) 2019 Thomas Schmid <tom@lfence.de>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_MS5607 ms5607.c)
|
|
zephyr_library_sources_ifdef(CONFIG_MS5607 ms5607_spi.c)
|