27 #include "mpu9150.hpp" 29 #define MPU9250_I2C_BUS 0 30 #define MPU9250_DEFAULT_I2C_ADDR MPU9150_DEFAULT_I2C_ADDR 65 MPU9250 (
int bus=MPU9250_I2C_BUS,
int address=MPU9250_DEFAULT_I2C_ADDR,
66 int magAddress=AK8975_DEFAULT_I2C_ADDR,
bool enableAk8975=
true);
~MPU9250()
Definition: mpu9250.cxx:39
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
MPU9250(int bus=MPU9250_I2C_BUS, int address=MPU9250_DEFAULT_I2C_ADDR, int magAddress=AK8975_DEFAULT_I2C_ADDR, bool enableAk8975=true)
Definition: mpu9250.cxx:34
float getTemperature()
Definition: mpu9250.cxx:43
API for MPU9250 chip (Accelerometer, Gyro and Magnetometer Sensor)
Definition: mpu9250.hpp:53
API for MPU9150 chip (Accelerometer, Gyro and Magnetometer Sensor)
Definition: mpu9150.hpp:61