LIS3DH driver added

This commit is contained in:
Gunar Schorcht 2017-12-21 19:04:59 +01:00
parent c3ae04c93f
commit b4b374cad0
8 changed files with 3588 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Component makefile for extras/lis3dh
# expected anyone using SHT3x driver includes it as 'lis3dh/lis3dh.h'
INC_DIRS += $(lis3dh_ROOT)..
INC_DIRS += $(lis3dh_ROOT)
# args for passing into compile rule generation
lis3dh_SRC_DIR = $(lis3dh_ROOT)
$(eval $(call component_compile_rules,lis3dh))