Adafruit FXAS21002C Gyroscope Library
Public Attributes | List of all members
gyroRawData_s Struct Reference

#include <Adafruit_FXAS21002C.h>

Public Attributes

int16_t x
 
int16_t y
 
int16_t z
 

Detailed Description

Struct to store a single raw (integer-based) gyroscope vector

Member Data Documentation

◆ x

int16_t gyroRawData_s::x

Raw int16_t value for the x axis

◆ y

int16_t gyroRawData_s::y

Raw int16_t value for the y axis

◆ z

int16_t gyroRawData_s::z

Raw int16_t value for the z axis


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