Lines Matching defs:MPU60X0
43 * @sensor mpu60x0
44 * @comname MPU60X0 3-axis Gyroscope and 3-axis Accelerometer
49 * @brief API for the MPU60X0 3-axis Gyroscope and 3-axis Accelerometer
51 * The MPU60X0 devices provide the world?s first integrated 6-axis
62 * @snippet mpu60x0.cxx Interesting
64 class MPU60X0 {
70 // standalone mpu60x0.
79 * MPU60X0 registers
657 * mpu60x0 constructor
662 MPU60X0(int bus=MPU60X0_I2C_BUS, uint8_t address=MPU60X0_DEFAULT_I2C_ADDR);
665 * MPU60X0 Destructor
667 ~MPU60X0();
857 * MPU60X0 auxillary I2C bus to be visible on the MCU's I2C bus.