Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
imu_mpu9250.c File Reference
+ Include dependency graph for imu_mpu9250.c:

Go to the source code of this file.

Macros

#define IMU_MPU9250_ADDR   MPU9250_ADDR
 

Functions

void imu_mpu9250_init (void)
 
void imu_mpu9250_periodic (void)
 
void imu_mpu9250_event (void)
 
void imu_mpu9250_report (void)
 

Variables

struct Mpu9250_I2c mpu9250
 

Detailed Description

Author
Gautier Hattenberger

Test module for the mpu9250

Definition in file imu_mpu9250.c.

Macro Definition Documentation

◆ IMU_MPU9250_ADDR

#define IMU_MPU9250_ADDR   MPU9250_ADDR

Definition at line 32 of file imu_mpu9250.c.

Function Documentation

◆ imu_mpu9250_event()

void imu_mpu9250_event ( void  )

Definition at line 47 of file imu_mpu9250.c.

References mpu9250, and mpu9250_i2c_event().

+ Here is the call graph for this function:

◆ imu_mpu9250_init()

void imu_mpu9250_init ( void  )

Definition at line 37 of file imu_mpu9250.c.

References IMU_MPU9250_ADDR, mpu9250, and mpu9250_i2c_init().

+ Here is the call graph for this function:

◆ imu_mpu9250_periodic()

void imu_mpu9250_periodic ( void  )

Definition at line 42 of file imu_mpu9250.c.

References mpu9250, and mpu9250_i2c_periodic().

+ Here is the call graph for this function:

◆ imu_mpu9250_report()

Variable Documentation

◆ mpu9250

struct Mpu9250_I2c mpu9250