mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ed2bb9d3f8
- changed to SPI_MODE_0 - made init() function use the params struct as parameter
8 lines
140 B
Makefile
8 lines
140 B
Makefile
APPLICATION = driver_lis3dh
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += lis3dh
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|