TactigonDoc  1.3 - 2018-28-12
Documentation of Tactigon libraries exposed in Arduino IDE
Public Member Functions | Public Attributes | List of all members
T_GyroData Class Reference

#include <tactigon_IMU.h>

Public Member Functions

 T_GyroData ()
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Gyroscope Data Class

Constructor & Destructor Documentation

◆ T_GyroData()

T_GyroData::T_GyroData ( )

Gyroscope data Class constructor

Member Data Documentation

◆ x

float T_GyroData::x

x-axis angular speed [rad/s]

◆ y

float T_GyroData::y

y-axis angular speed [rad/s]

◆ z

float T_GyroData::z

z-axis angular speed [rad/s]


The documentation for this class was generated from the following files: