LSM303D e-Compass driver added (#548)

This commit is contained in:
Gunar Schorcht 2018-01-20 12:59:54 +01:00 committed by Ruslan V. Uss
parent 39957e6203
commit f5bbff8b87
9 changed files with 4587 additions and 0 deletions

View file

@ -0,0 +1,3 @@
PROGRAM=LSM303D
EXTRA_COMPONENTS = extras/i2c extras/lsm303d
include ../../common.mk