Searched defs:MPU60X0 (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
H A Dmpu60x0.cxx35 MPU60X0::MPU60X0(int bus, uint8_t address) : function in class:MPU60X0
62 MPU60X0::~MPU60X0()
67 bool MPU60X0::init()
105 void MPU60X0::update()
139 uint8_t MPU60X0::readReg(uint8_t reg)
144 void MPU60X0::readRegs(uint8_t reg, uint8_t *buffer, int len)
149 bool MPU60X0::writeReg(uint8_t reg, uint8_t val)
162 bool MPU60X0
[all...]
H A Dmpu60x0.h44 * @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
64 class MPU60X0 { class in namespace:upm
79 * MPU60X0 registers
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.

Completed in 118 milliseconds