Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | ImuMagEvent() {} |
Functions | |
void | imu_impl_init (void) |
must be defined by underlying hardware More... | |
void | imu_periodic (void) |
optional. More... | |
void | imu_christa_event (void) |
Variables | |
volatile bool_t | ADS8344_available |
uint16_t | ADS8344_values [ADS8344_NB_CHANNELS] |
#define ImuMagEvent | ( | ) | {} |
Definition at line 88 of file imu_crista.c.
Referenced by imu_christa_event().
void imu_christa_event | ( | void | ) |
Definition at line 91 of file imu_crista.c.
References Imu::accel, Imu::accel_unscaled, ADS8344_available, ADS8344_values, FALSE, Imu::gyro, Imu::gyro_unscaled, imu, IMU_ACCEL_X_CHAN, IMU_ACCEL_Y_CHAN, IMU_ACCEL_Z_CHAN, IMU_CRISTA_ID, IMU_GYRO_P_CHAN, IMU_GYRO_Q_CHAN, IMU_GYRO_R_CHAN, imu_scale_accel(), imu_scale_gyro(), ImuMagEvent, Int32Rates::p, Int32Rates::q, Int32Rates::r, Int32Vect3::x, Int32Vect3::y, and Int32Vect3::z.
void imu_impl_init | ( | void | ) |
must be defined by underlying hardware
must be defined by underlying hardware
Definition at line 28 of file imu_crista.c.
References ADS8344_available, ami601_init(), FALSE, hmc5843_init(), and imu_crista_arch_init().
void imu_periodic | ( | void | ) |
optional.
If not provided by implementation, empty function is used
optional.
Read the MPU60x0 every periodic call and the HMC58XX every 10th call.
Definition at line 44 of file imu_crista.c.
References ami601_read(), hmc5843_periodic(), and ImuCristaArchPeriodic.
volatile bool_t ADS8344_available |
Definition at line 25 of file imu_crista.c.
Referenced by imu_christa_event(), and imu_impl_init().
uint16_t ADS8344_values[ADS8344_NB_CHANNELS] |
Definition at line 26 of file imu_crista.c.
Referenced by imu_christa_event().