Adafruit FXAS21002C Gyroscope Library
|
#include <Adafruit_FXAS21002C.h>
Public Attributes | |
int16_t | x |
int16_t | y |
int16_t | z |
Struct to store a single raw (integer-based) gyroscope vector
int16_t gyroRawData_s::x |
Raw int16_t value for the x axis
int16_t gyroRawData_s::y |
Raw int16_t value for the y axis
int16_t gyroRawData_s::z |
Raw int16_t value for the z axis