mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 19:05:25 +00:00
Add support for wsen-itds 3-axis accel sensor, provides acceleration, temperature data reading and supports configuring of output data rate, operating mode and scale. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>
7 lines
171 B
CMake
7 lines
171 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_ITDS itds.c)
|
|
zephyr_library_sources_ifdef(CONFIG_ITDS_TRIGGER itds_trigger.c)
|