Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
imu_icm42688.c File Reference

Driver module for the Invensense v3 IMU ICM42688. More...

+ Include dependency graph for imu_icm42688.c:

Go to the source code of this file.

Macros

#define INVENSENSE3_GYRO_AAF   977
 
#define INVENSENSE3_ACCEL_AAF   213
 

Functions

void imu_icm42688_init (void)
 
void imu_icm42688_periodic (void)
 
void imu_icm42688_event (void)
 

Variables

static struct invensense3_t imu_icm42688
 

Detailed Description

Driver module for the Invensense v3 IMU ICM42688.

Definition in file imu_icm42688.c.

Macro Definition Documentation

◆ INVENSENSE3_ACCEL_AAF

#define INVENSENSE3_ACCEL_AAF   213

Definition at line 39 of file imu_icm42688.c.

◆ INVENSENSE3_GYRO_AAF

#define INVENSENSE3_GYRO_AAF   977

Definition at line 35 of file imu_icm42688.c.

Function Documentation

◆ imu_icm42688_event()

void imu_icm42688_event ( void  )

Definition at line 71 of file imu_icm42688.c.

References imu_icm42688, and invensense3_event().

+ Here is the call graph for this function:

◆ imu_icm42688_init()

◆ imu_icm42688_periodic()

void imu_icm42688_periodic ( void  )

Definition at line 66 of file imu_icm42688.c.

References imu_icm42688, and invensense3_periodic().

+ Here is the call graph for this function:

Variable Documentation

◆ imu_icm42688

struct invensense3_t imu_icm42688
static

Definition at line 1 of file imu_icm42688.c.

Referenced by imu_icm42688_event(), imu_icm42688_init(), and imu_icm42688_periodic().