HomeSort by relevance Sort by last modified time
    Searched defs:MPU9250 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu9250.cxx 29 #include "mpu9250.h"
34 MPU9250::MPU9250 (int bus, int address, int magAddress) :
39 MPU9250::~MPU9250()
43 float MPU9250::getTemperature()
mpu9250.h 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 ();
    [all...]

Completed in 43 milliseconds