LSM303D driver added

This commit is contained in:
Gunar Schorcht 2018-01-03 11:54:01 +01:00
parent c3ae04c93f
commit e62924e2a1
8 changed files with 4537 additions and 0 deletions

View file

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