Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
imu_px4fmu.h File Reference

Driver for the PX4FMU SPI1 for the MPU6000 and I2C2 for the HMC5883. More...

#include "std.h"
#include "generated/airframe.h"
#include "modules/imu/imu.h"
#include "peripherals/mpu60x0_spi.h"
#include "peripherals/hmc58xx.h"
+ Include dependency graph for imu_px4fmu.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ImuPx4fmu
 

Macros

#define PX4FMU_GYRO_RANGE   MPU60X0_GYRO_RANGE_2000
 
#define PX4FMU_ACCEL_RANGE   MPU60X0_ACCEL_RANGE_16G
 

Functions

void imu_px4fmu_init (void)
 
void imu_px4fmu_periodic (void)
 
void imu_px4fmu_event (void)
 

Variables

struct ImuPx4fmu imu_px4fmu
 

Detailed Description

Driver for the PX4FMU SPI1 for the MPU6000 and I2C2 for the HMC5883.

Definition in file imu_px4fmu.h.


Data Structure Documentation

◆ ImuPx4fmu

struct ImuPx4fmu

Definition at line 45 of file imu_px4fmu.h.

+ Collaboration diagram for ImuPx4fmu:
Data Fields
struct Hmc58xx hmc
struct Mpu60x0_Spi mpu

Macro Definition Documentation

◆ PX4FMU_ACCEL_RANGE

#define PX4FMU_ACCEL_RANGE   MPU60X0_ACCEL_RANGE_16G

Definition at line 42 of file imu_px4fmu.h.

◆ PX4FMU_GYRO_RANGE

#define PX4FMU_GYRO_RANGE   MPU60X0_GYRO_RANGE_2000

Definition at line 38 of file imu_px4fmu.h.

Function Documentation

◆ imu_px4fmu_event()

◆ imu_px4fmu_init()

◆ imu_px4fmu_periodic()

void imu_px4fmu_periodic ( void  )

Definition at line 82 of file imu_px4fmu.c.

References ImuPx4fmu::hmc, hmc58xx_periodic(), imu_px4fmu, ImuPx4fmu::mpu, and mpu60x0_spi_periodic().

+ Here is the call graph for this function:

Variable Documentation

◆ imu_px4fmu

struct ImuPx4fmu imu_px4fmu
extern

Definition at line 1 of file imu_px4fmu.c.

Referenced by imu_px4fmu_event(), imu_px4fmu_init(), and imu_px4fmu_periodic().