Lines Matching defs:MPU9250
37 * @sensor mpu9250
38 * @comname MPU9250 Inertial Measurement Unit
45 * @brief API for MPU9250 chip (Accelerometer, Gyro and Magnometer Sensor)
47 * This module defines the MPU9250 interface for libmpu9150
49 * @snippet mpu9250.cxx Interesting
52 class MPU9250: public MPU9150
56 * MPU9250 constructor
62 MPU9250 (int bus=MPU9250_I2C_BUS, int address=MPU9250_DEFAULT_I2C_ADDR,
66 * MPU9250 destructor
68 ~MPU9250 ();