1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_lis3dh/Makefile
Hauke Petersen ed2bb9d3f8 drivers/lis3dh: fixed bug and simplified init()
- changed to SPI_MODE_0
- made init() function use the params struct as parameter
2017-01-26 10:12:44 +01:00

8 lines
140 B
Makefile

APPLICATION = driver_lis3dh
include ../Makefile.tests_common
USEMODULE += lis3dh
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include