Virtual base class for sensors that measure motion

Dependents:   FXOS8700Q MAG3110 MMA8451Q MAG3110 ... more

Embed: (wiki syntax)

« Back to documentation index

motion_data_units_t Struct Reference

motion_data_units_t Struct Reference

motion_data_units_t struct More...

#include <MotionSensor.h>

Data Fields

float x
float y
float z

Detailed Description

motion_data_units_t struct

Definition at line 32 of file MotionSensor.h.


Field Documentation

float x

x-axis counts

Definition at line 33 of file MotionSensor.h.

float y

y-axis counts

Definition at line 34 of file MotionSensor.h.

float z

z-axis counts

Definition at line 35 of file MotionSensor.h.