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

raw data as they are captured by sensor More...

#include <mpu6050.h>

Collaboration diagram for struct_RawData:
Collaboration graph

Public Attributes

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

Detailed Description

raw data as they are captured by sensor


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