1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
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