29 #define MPU9250_I2C_BUS 0
30 #define MPU9250_DEFAULT_I2C_ADDR MPU9150_DEFAULT_I2C_ADDR
62 MPU9250 (
int bus=MPU9250_I2C_BUS,
int address=MPU9250_DEFAULT_I2C_ADDR,
63 int magAddress=AK8975_DEFAULT_I2C_ADDR);
~MPU9250()
Definition: mpu9250.cxx:39
MPU9250(int bus=MPU9250_I2C_BUS, int address=MPU9250_DEFAULT_I2C_ADDR, int magAddress=AK8975_DEFAULT_I2C_ADDR)
Definition: mpu9250.cxx:34
float getTemperature()
Definition: mpu9250.cxx:43
API for MPU9250 chip (Accelerometer, Gyro and Magnometer Sensor)
Definition: mpu9250.h:52
API for MPU9150 chip (Accelerometer, Gyro and Magnometer Sensor)
Definition: mpu9150.h:60