Virtual base class for sensors that measure motion

Dependents:   FXOS8700Q MAG3110 MMA8451Q MAG3110 ... more

Embed: (wiki syntax)

« Back to documentation index

motion_data_counts_t Struct Reference

motion_data_counts_t Struct Reference

motion_data_counts_t struct More...

#include <MotionSensor.h>

Data Fields

int16_t x
int16_t y
int16_t z

Detailed Description

motion_data_counts_t struct

Definition at line 24 of file MotionSensor.h.


Field Documentation

int16_t x

x-axis counts

Definition at line 25 of file MotionSensor.h.

int16_t y

y-axis counts

Definition at line 26 of file MotionSensor.h.

int16_t z

z-axis counts

Definition at line 27 of file MotionSensor.h.