PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Driver for the Invensense MPU9250 connected via I2C or SPI. More...
#include "mpu9250.h"
Go to the source code of this file.
Macros | |
#define | MPU9250_TIMER_REDUCTION 200 |
#define | ACCEL_RANGE_G 16 |
Driver for the Invensense MPU9250 connected via I2C or SPI.
based on the mpu6000 driver
Definition in file mpu9250.cpp.
#define ACCEL_RANGE_G 16 |
Definition at line 55 of file mpu9250.cpp.
Referenced by MPU9250::reset_mpu().
#define MPU9250_TIMER_REDUCTION 200 |
Definition at line 52 of file mpu9250.cpp.
Referenced by MPU9250::start().