Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
imu_aspirin_i2c.h File Reference

Interface for the Aspirin v1.x IMU using I2C for the accelerometer. More...

#include "generated/airframe.h"
#include "modules/imu/imu.h"
#include "peripherals/itg3200.h"
#include "peripherals/hmc58xx.h"
#include "peripherals/adxl345_i2c.h"
+ Include dependency graph for imu_aspirin_i2c.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ImuAspirinI2c
 

Functions

void imu_aspirin_i2c_init (void)
 
void imu_aspirin_i2c_periodic (void)
 
void imu_aspirin_i2c_event (void)
 

Variables

struct ImuAspirinI2c imu_aspirin
 

Detailed Description

Interface for the Aspirin v1.x IMU using I2C for the accelerometer.

Definition in file imu_aspirin_i2c.h.


Data Structure Documentation

◆ ImuAspirinI2c

struct ImuAspirinI2c

Definition at line 40 of file imu_aspirin_i2c.h.

+ Collaboration diagram for ImuAspirinI2c:
Data Fields
struct Adxl345_I2c acc_adxl
struct Itg3200 gyro_itg
struct Hmc58xx mag_hmc

Function Documentation

◆ imu_aspirin_i2c_event()

◆ imu_aspirin_i2c_init()

◆ imu_aspirin_i2c_periodic()

void imu_aspirin_i2c_periodic ( void  )

Variable Documentation

◆ imu_aspirin