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
2020-03-04 17:01:58 +01:00

14 lines
290 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 += $(DRIVER)
# for using lis2dh12 with interrupt function
USEMODULE += lis2dh12_int
include $(RIOTBASE)/Makefile.include