LIS3MDL 3-axes magnetometer driver added (#547)
This commit is contained in:
parent
f5bbff8b87
commit
812794f7d9
9 changed files with 2300 additions and 0 deletions
10
extras/lis3mdl/component.mk
Normal file
10
extras/lis3mdl/component.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/lis3mdl
|
||||
|
||||
# expected anyone using LIS3MDL driver includes it as 'lis3mld/lis3mld.h'
|
||||
INC_DIRS += $(lis3mdl_ROOT)..
|
||||
INC_DIRS += $(lis3mdl_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
lis3mdl_SRC_DIR = $(lis3mdl_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,lis3mdl))
|
Loading…
Add table
Add a link
Reference in a new issue