mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51:12 +03:00
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:

committed by
sisinty sasmita patra

parent
1e5b755b99
commit
76f7abb112
@ -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()
|
||||
|
Reference in New Issue
Block a user