1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_lis2dh12/Makefile
2021-06-03 12:59:50 +02:00

16 lines
337 B
Makefile

include ../Makefile.tests_common
# use lis2dh12_spi for SPI-Mode and lis2dh12_i2c for I2C-Mode
DRIVER ?= lis2dh12_spi
USEMODULE += fmt
USEMODULE += xtimer
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += $(DRIVER)
# for using lis2dh12 with interrupt function
USEMODULE += lis2dh12_int
include $(RIOTBASE)/Makefile.include