mpu9250: Initial implementation

This driver was implemented using a Grove IMU 9DOF V2.0 (mpu9250).

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
Jon Trulson
2015-08-24 13:47:55 -06:00
committed by sisinty sasmita patra
parent 1e5b755b99
commit 76f7abb112
10 changed files with 374 additions and 3 deletions

View File

@ -1,5 +1,5 @@
set (libname "mpu9150")
set (libdescription "gyro, acceleromter and magnometer sensor based on mpu9150")
set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx)
set (module_h ${libname}.h ak8975.h mpu60x0.h)
set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx mpu9250.cxx)
set (module_h ${libname}.h ak8975.h mpu60x0.h mpu9250.h)
upm_module_init()