Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
imu_px4fmu_v2.4.c File Reference
+ Include dependency graph for imu_px4fmu_v2.4.c:

Go to the source code of this file.

Functions

void imu_px4_init (void)
 
void imu_px4_periodic (void)
 
void imu_px4_event (void)
 

Variables

struct ImuPX4 imu_px4
 

Function Documentation

◆ imu_px4_event()

◆ imu_px4_init()

void imu_px4_init ( void  )

Definition at line 42 of file imu_px4fmu_v2.4.c.

References imu_px4, ImuPX4::l3g, l3gd20_spi_init(), lsm303d_spi_init(), LSM303D_TARGET_ACC, LSM303D_TARGET_MAG, ImuPX4::lsm_acc, and ImuPX4::lsm_mag.

+ Here is the call graph for this function:

◆ imu_px4_periodic()

void imu_px4_periodic ( void  )

Definition at line 55 of file imu_px4fmu_v2.4.c.

References imu_px4, ImuPX4::l3g, l3gd20_spi_periodic(), lsm303d_spi_periodic(), ImuPX4::lsm_acc, and ImuPX4::lsm_mag.

+ Here is the call graph for this function:

Variable Documentation

◆ imu_px4

struct ImuPX4 imu_px4

Definition at line 40 of file imu_px4fmu_v2.4.c.

Referenced by imu_px4_event(), imu_px4_init(), and imu_px4_periodic().