Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Driver for IMU with only MPU6000 via SPI. More...
#include "std.h"
#include "generated/airframe.h"
#include "subsystems/imu.h"
#include "subsystems/imu/imu_mpu60x0_defaults.h"
#include "peripherals/mpu60x0_spi.h"
Go to the source code of this file.
Data Structures | |
struct | ImuMpu6000 |
Macros | |
#define | ImuEvent imu_mpu_spi_event |
Functions | |
void | imu_mpu_spi_event (void) |
Variables | |
struct ImuMpu6000 | imu_mpu_spi |
Driver for IMU with only MPU6000 via SPI.
Definition in file imu_mpu6000.h.
struct ImuMpu6000 |
Definition at line 38 of file imu_mpu6000.h.
Data Fields | ||
---|---|---|
struct Mpu60x0_Spi | mpu |
#define ImuEvent imu_mpu_spi_event |
Definition at line 47 of file imu_mpu6000.h.
void imu_mpu_spi_event | ( | void | ) |
Definition at line 88 of file imu_mpu6000.c.
References Imu::accel, Imu::accel_unscaled, Mpu60x0_Spi::data_accel, Mpu60x0_Spi::data_available, Mpu60x0_Spi::data_rates, FALSE, get_sys_time_usec(), Imu::gyro, Imu::gyro_unscaled, imu, IMU_MPU6000_ID, imu_mpu_spi, imu_scale_accel(), imu_scale_gyro(), ImuMpu6000::mpu, mpu60x0_spi_event(), RATES_COPY, and VECT3_COPY.
struct ImuMpu6000 imu_mpu_spi |
Definition at line 70 of file imu_mpu6000.c.
Referenced by imu_mpu_spi_event(), and imu_periodic().