mma7361: Initial implementation
This driver implements support for the DFRobot MMA7361 analog accelerometer. It supports 3 axes with a selectable 1.5G and 6G sensitivity. It is not really meant for navigation, but rather for uses such as orientation and freefall detection. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
9
src/mma7361/CMakeLists.txt
Normal file
9
src/mma7361/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
upm_mixed_module_init (NAME mma7361
|
||||
DESCRIPTION "upm dfrobot MMA7361 analog accelerometer"
|
||||
C_HDR mma7361.h
|
||||
C_SRC mma7361.c
|
||||
CPP_HDR mma7361.hpp
|
||||
CPP_SRC mma7361.cxx
|
||||
FTI_SRC mma7361_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES upmc-utilities mraa)
|
||||
Reference in New Issue
Block a user