LIS3DH 3-axes accelerometer driver added (#546)

This commit is contained in:
Gunar Schorcht 2018-01-20 13:01:38 +01:00 committed by Ruslan V. Uss
parent 812794f7d9
commit a4de9dd4f1
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