28#ifndef IMU_MPU9250_I2C_H
29#define IMU_MPU9250_I2C_H
32#include "generated/airframe.h"
38#ifndef IMU_MPU9250_GYRO_RANGE
39#define IMU_MPU9250_GYRO_RANGE MPU9250_GYRO_RANGE_1000
42#ifndef IMU_MPU9250_ACCEL_RANGE
43#define IMU_MPU9250_ACCEL_RANGE MPU9250_ACCEL_RANGE_8G
Inertial Measurement Unit interface.
void imu_mpu9250_periodic(void)
void imu_mpu9250_init(void)
struct ImuMpu9250 imu_mpu9250
void imu_mpu9250_event(void)
Driver for the MPU-9250 using I2C.