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,4 @@
PROGRAM = hmc5883l
EXTRA_COMPONENTS = extras/i2c extras/hmc5883l
#ESPBAUD = 460800
include ../../common.mk