2014-06-24 18:17:46 +00:00
|
|
|
set (libname "mpu9150")
|
2016-12-15 15:15:21 -08:00
|
|
|
set (libdescription "IMU Sensor Library Based On the Mpu9150")
|
2015-08-24 13:47:55 -06:00
|
|
|
set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx mpu9250.cxx)
|
2016-04-25 14:27:51 -07:00
|
|
|
set (module_hpp ${libname}.hpp ak8975.hpp mpu60x0.hpp mpu9250.hpp)
|
2018-08-07 17:12:08 +03:00
|
|
|
set (module_iface iAcceleration.hpp)
|
2017-02-06 16:15:58 -08:00
|
|
|
upm_module_init(mraa)
|