LIS3DH driver added

This commit is contained in:
Gunar Schorcht 2017-12-21 19:04:59 +01:00
parent 4715d5e8ff
commit 0a28c1faa9
9 changed files with 3665 additions and 0 deletions

3
examples/lis3dh/Makefile Normal file
View file

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