LSM303D driver added

This commit is contained in:
Gunar Schorcht 2018-01-03 11:54:01 +01:00
parent 4715d5e8ff
commit 85379a5d5f
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