IZAR Flight Controller 1.0.0
IZAR Flight Controller running with an ESP32.
mpu6050_acceleration_t Struct Reference

#include <mpu6050.h>

Public Attributes

float x
 acceleration axis x
float y
 acceleration axis y
float z
 acceleration axis z

Detailed Description

MPU6050 acceleration data, g

Member Data Documentation

◆ x

float mpu6050_acceleration_t::x

acceleration axis x

◆ y

float mpu6050_acceleration_t::y

acceleration axis y

◆ z

float mpu6050_acceleration_t::z

acceleration axis z


The documentation for this struct was generated from the following file: