mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 14:15:20 +00:00
Add driver for Infineon DPS310 temperature and pressure sensor. Signed-off-by: Christoph Reiter <christoph.reiter@infineon.com>
6 lines
110 B
CMake
6 lines
110 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_DPS310 dps310.c)
|