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_mpu6000_hmc5883.c File Reference

Driver for IMU with MPU6000 via SPI and HMC5883 via I2c. More...

+ Include dependency graph for imu_mpu6000_hmc5883.c:

Go to the source code of this file.

Macros

#define IMU_MPU_GYRO_RANGE   MPU60X0_GYRO_RANGE_2000
 
#define IMU_MPU_ACCEL_RANGE   MPU60X0_ACCEL_RANGE_16G
 
#define IMU_MPU_CHAN_X   0
 
#define IMU_MPU_CHAN_Y   1
 
#define IMU_MPU_CHAN_Z   2
 
#define IMU_MPU_X_SIGN   1
 
#define IMU_MPU_Y_SIGN   1
 
#define IMU_MPU_Z_SIGN   1
 
#define IMU_HMC_CHAN_X   1
 
#define IMU_HMC_CHAN_Y   0
 
#define IMU_HMC_CHAN_Z   2
 
#define IMU_HMC_X_SIGN   1
 
#define IMU_HMC_Y_SIGN   -1
 
#define IMU_HMC_Z_SIGN   1
 

Functions

void imu_mpu_hmc_init (void)
 
void imu_mpu_hmc_periodic (void)
 
void imu_mpu_hmc_event (void)
 

Variables

struct ImuMpu6000Hmc5883 imu_mpu_hmc
 

Detailed Description

Driver for IMU with MPU6000 via SPI and HMC5883 via I2c.

Definition in file imu_mpu6000_hmc5883.c.

Macro Definition Documentation

#define IMU_HMC_CHAN_X   1

Definition at line 101 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_HMC_CHAN_Y   0

Definition at line 105 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_HMC_CHAN_Z   2

Definition at line 109 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_HMC_X_SIGN   1

Definition at line 114 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_HMC_Y_SIGN   -1

Definition at line 118 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_HMC_Z_SIGN   1

Definition at line 122 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_MPU_ACCEL_RANGE   MPU60X0_ACCEL_RANGE_16G

Definition at line 68 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_init().

#define IMU_MPU_CHAN_X   0

Definition at line 74 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_MPU_CHAN_Y   1

Definition at line 78 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_MPU_CHAN_Z   2

Definition at line 82 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_MPU_GYRO_RANGE   MPU60X0_GYRO_RANGE_2000

Definition at line 63 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_init().

#define IMU_MPU_X_SIGN   1

Definition at line 87 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_MPU_Y_SIGN   1

Definition at line 91 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

#define IMU_MPU_Z_SIGN   1

Definition at line 95 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event().

Function Documentation

void imu_mpu_hmc_periodic ( void  )

Definition at line 143 of file imu_mpu6000_hmc5883.c.

References ImuMpu6000Hmc5883::hmc, hmc58xx_periodic(), imu_mpu_hmc, ImuMpu6000Hmc5883::mpu, and mpu60x0_spi_periodic().

+ Here is the call graph for this function:

Variable Documentation

struct ImuMpu6000Hmc5883 imu_mpu_hmc

Definition at line 127 of file imu_mpu6000_hmc5883.c.

Referenced by imu_mpu_hmc_event(), and imu_mpu_hmc_periodic().