LIS3DH driver added

This commit is contained in:
Gunar Schorcht 2017-12-21 19:04:59 +01:00
parent c3ae04c93f
commit a943619dfc
8 changed files with 3499 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