LIS3MDL driver added

This commit is contained in:
Gunar Schorcht 2017-12-31 14:36:05 +01:00
parent c3ae04c93f
commit 57f930ec38
8 changed files with 2220 additions and 0 deletions

View 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))