2014-06-24 18:17:46 +00:00
|
|
|
set (libname "mpu9150")
|
2015-07-16 16:56:23 -06:00
|
|
|
set (libdescription "gyro, acceleromter and magnometer sensor based on mpu9150")
|
2015-08-24 13:47:55 -06:00
|
|
|
set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx mpu9250.cxx)
|
|
|
|
|
set (module_h ${libname}.h ak8975.h mpu60x0.h mpu9250.h)
|
2014-06-24 18:17:46 +00:00
|
|
|
upm_module_init()
|