ARMEBS4  revision-26.06.2015
Data Fields
gyroscope_data_t Struct Reference

Gyroscope data. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/heivs/gyroscope.h"

Collaboration diagram for gyroscope_data_t:
Collaboration graph

Data Fields

int16_t x
 x axis gyroscope value (32767 to -32768)
 
int16_t y
 y axis gyroscope value (32767 to -32768)
 
int16_t z
 z axis gyroscope value (32767 to -32768)
 

Detailed Description

Gyroscope data.

Definition at line 29 of file gyroscope.h.