LIS3DH driver added
This commit is contained in:
parent
c3ae04c93f
commit
b4b374cad0
8 changed files with 3588 additions and 0 deletions
10
extras/lis3dh/component.mk
Normal file
10
extras/lis3dh/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue