HMC5883L driver + example

This commit is contained in:
rus 2016-10-12 14:34:45 +05:00
parent 0a8c61ffb7
commit 4e7362f2d4
5 changed files with 461 additions and 0 deletions

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