LSM303D e-Compass driver added (#548)
This commit is contained in:
parent
39957e6203
commit
f5bbff8b87
9 changed files with 4587 additions and 0 deletions
10
extras/lsm303d/component.mk
Normal file
10
extras/lsm303d/component.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/lsm303d
|
||||
|
||||
# expected anyone using LIS3MDL driver includes it as 'lis3mld/lis3mld.h'
|
||||
INC_DIRS += $(lsm303d_ROOT)..
|
||||
INC_DIRS += $(lsm303d_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
lsm303d_SRC_DIR = $(lsm303d_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,lsm303d))
|
Loading…
Add table
Add a link
Reference in a new issue