HMC5883L driver + example
This commit is contained in:
parent
0a8c61ffb7
commit
4e7362f2d4
5 changed files with 461 additions and 0 deletions
9
extras/hmc5883l/component.mk
Normal file
9
extras/hmc5883l/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/hmc5883l
|
||||
|
||||
# expected anyone using this driver includes it as 'hmc5883l/hmc5883l.h'
|
||||
INC_DIRS += $(hmc5883l_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
hmc5883l_SRC_DIR = $(hmc5883l_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,hmc5883l))
|
||||
Loading…
Add table
Add a link
Reference in a new issue