mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:02:31 +00:00
Added MS5837 pressure sensor driver Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
10 lines
137 B
CMake
10 lines
137 B
CMake
#
|
|
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_sources(
|
|
ms5837.c
|
|
)
|