Adafruit FXOS8700 Accelerometer Magnetometer Library
Public Attributes | List of all members
fxos8700RawData_t Struct Reference

Raw (integer) values from a 3dof sensor. More...

#include <Adafruit_FXOS8700.h>

Public Attributes

int16_t x
 
int16_t y
 
int16_t z
 

Detailed Description

Raw (integer) values from a 3dof sensor.

Member Data Documentation

◆ x

int16_t fxos8700RawData_t::x

Raw int16_t value from the x axis

◆ y

int16_t fxos8700RawData_t::y

Raw int16_t value from the y axis

◆ z

int16_t fxos8700RawData_t::z

Raw int16_t value from the z axis


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