Skip to content
Snippets Groups Projects

BMI270 acc support

Merged schneider requested to merge schneider/bmi270 into main
All threads resolved!
Files
236
COINES_INSTALL_PATH ?= ../../../..
EXAMPLE_FILE ?= accel.c
API_LOCATION ?= ../..
COMMON_LOCATION ?= ..
C_SRCS += \
$(API_LOCATION)/bmi2.c \
$(API_LOCATION)/bmi270_context.c \
$(COMMON_LOCATION)/common/common.c
INCLUDEPATHS += \
$(API_LOCATION) \
$(COMMON_LOCATION)/common
include $(COINES_INSTALL_PATH)/coines.mk
\ No newline at end of file
Loading