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_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

void imu_px4_init ( void  )

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

References ImuPX4::l3g, l3gd20_spi_init(), lsm303dlhc_spi_init(), ImuPX4::lsm_acc, ImuPX4::lsm_mag, LSM_TARGET_ACC, and LSM_TARGET_MAG.

+ Here is the call graph for this function:

void imu_px4_periodic ( void  )

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

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

+ Here is the call graph for this function:

Variable Documentation

struct ImuPX4 imu_px4

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

Referenced by imu_px4_event(), and imu_px4_periodic().