mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
236 B
Makefile
11 lines
236 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# as default we use the SPI mode for now, as the I2C mode is not supported, yet
|
|
DRIVER ?= lis2dh12_spi
|
|
|
|
USEMODULE += fmt
|
|
USEMODULE += xtimer
|
|
USEMODULE += $(DRIVER)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|