add LIS2DH accelerometer driver, test app

This commit is contained in:
Joey Castillo
2021-11-27 13:32:15 -05:00
parent 002d368a25
commit 470544823b
6 changed files with 407 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ INCLUDES += \
-I$(TOP)/watch-library/config/ \
-I$(TOP)/watch-library/hw/ \
-I$(TOP)/watch-library/watch/ \
-I$(TOP)/watch-library/driver/ \
-I$(TOP)/watch-library
SRCS += \
@@ -112,6 +113,7 @@ SRCS += \
$(TOP)/watch-library/hpl/sercom/hpl_sercom.c \
$(TOP)/watch-library/hpl/slcd/hpl_slcd.c \
$(TOP)/watch-library/hpl/systick/hpl_systick.c \
$(TOP)/watch-library/driver/lis2dh.c \
DEFINES += \
-D__SAML22J18A__ \