Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
imu_px4fmu.c File Reference

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

+ Include dependency graph for imu_px4fmu.c:

Go to the source code of this file.

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.c.

Macro Definition Documentation

#define PX4FMU_ACCEL_RANGE   MPU60X0_ACCEL_RANGE_16G

Definition at line 62 of file imu_px4fmu.c.

Referenced by imu_px4fmu_init().

#define PX4FMU_GYRO_RANGE   MPU60X0_GYRO_RANGE_2000

Definition at line 57 of file imu_px4fmu.c.

Referenced by imu_px4fmu_init().

Function Documentation

void imu_px4fmu_periodic ( void  )

Definition at line 83 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

struct ImuPx4fmu imu_px4fmu

Definition at line 66 of file imu_px4fmu.c.

Referenced by imu_px4fmu_event(), and imu_px4fmu_periodic().