Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 "subsystems/imu.h"
#include "subsystems/imu/imu_mpu60x0_defaults.h"
#include "peripherals/mpu60x0_spi.h"
#include "peripherals/hmc58xx.h"
+ Include dependency graph for imu_px4fmu.h:

Go to the source code of this file.

Data Structures

struct  ImuPx4fmu
 

Macros

#define ImuEvent   imu_px4fmu_event
 

Functions

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

struct ImuPx4fmu

Definition at line 38 of file imu_px4fmu.h.

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

Macro Definition Documentation

#define ImuEvent   imu_px4fmu_event

Definition at line 47 of file imu_px4fmu.h.

Function Documentation

Variable Documentation

struct ImuPx4fmu imu_px4fmu

Definition at line 66 of file imu_px4fmu.c.

Referenced by imu_periodic(), and imu_px4fmu_event().