C++ DevKit
C++ set of OOP library
struct_MPUData Struct Reference

measured sensor value after scale correction More...

#include <mpu6050.h>

Collaboration diagram for struct_MPUData:
Collaboration graph

Public Attributes

float g_x
 acceleration (x)
float g_y
 acceleration (y)
float g_z
 acceleration (z)
float temp_out
 chip temperature
float gyro_x
 rotation speed(x)
float gyro_y
 rotation speed(y)
float gyro_z
 rotation speed(z)

Detailed Description

measured sensor value after scale correction


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