add driver, test app for LIS2DW accelerometer

This commit is contained in:
Joey Castillo
2022-01-08 19:27:41 -05:00
parent 6be308f88d
commit 496530c85c
4 changed files with 415 additions and 33 deletions

View File

@@ -115,6 +115,7 @@ SRCS += \
$(TOP)/watch-library/hpl/slcd/hpl_slcd.c \
$(TOP)/watch-library/hpl/systick/hpl_systick.c \
$(TOP)/watch-library/driver/lis2dh.c \
$(TOP)/watch-library/driver/lis2dW.c \
DEFINES += \
-D__SAML22J18A__ \