Searched refs:MPU60X0 (Results 1 - 7 of 7) 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 Dmpu9150.h60 class MPU9150: public MPU60X0
H A Dmpu9150.cxx35 m_mag(0), MPU60X0(bus, address)
51 if (!MPU60X0::init())
54 ": Unable to init MPU60X0");
89 MPU60X0::update();
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.
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dmpu60x0.cxx46 upm::MPU60X0 *sensor = new upm::MPU60X0();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dmpu60x0.js31 // Instantiate an MPU60X0 on default I2C bus and address
32 var sensor = new sensorObj.MPU60X0();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dmpu60x0.py27 # Instantiate an MPU60X0 on I2C bus 0
28 sensor = sensorObj.MPU60X0()

Completed in 376 milliseconds