Synopsis
typedef struct {
  CTL_IMU_t core;
  CTL_ACCELEROMETER_t accel;
  CTL_GYROSCOPE_t gyro;
  CTL_MAGNETOMETER_t mag;
} ATAVRSBIN2_t;
Description

ATAVRSBIN2_t contains the instance data for the Inertial One sensor group.

Structure
core
The core IMU structure. The IMU structure is initialized with pointers to the gyro, accel, and mag members.
accel
The accelerometer instance containing the state of the KXTF9.
gyro
The gyroscope instance containing the state of the IMU-3000.
mag
The magnetometer instance containing the state of the HMC5883L.