- Revert to HAL spi since there's still a timing bug in the new WIP driver - Add nrf_sensors app to poll the ACC and send data every 100 ms
10 lines
127 B
Makefile
10 lines
127 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_SRCS += \
|
|
$(LOCAL_DIR)/nrf_sensors.c \
|
|
|
|
|
|
include make/module.mk
|