1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/tests/drivers/abp2/Makefile
2025-05-04 10:28:59 +02:00

16 lines
349 B
Makefile

include ../Makefile.drivers_common
# include and auto-initialize all available sensors
USEMODULE += saul_default
# use abp2_spi for SPI-Mode and abp2_i2c for I2C-Mode
USEMODULE += abp2
ABP2_INTERFACE ?= abp2_spi
USEMODULE += $(ABP2_INTERFACE)
USEMODULE += ztimer
USEMODULE += ztimer_usec
USEMODULE += phydat
include $(RIOTBASE)/Makefile.include