carlosperate . / FXOS8700Q

Dependents:   TALab2B_Part2_ECE595 TALab3C_i2c_acc Project1 FinalProject ... 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 <MbedComponentMotionSensor.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 MbedComponentMotionSensor.h.


Field Documentation

int16_t x

x-axis counts

Definition at line 25 of file MbedComponentMotionSensor.h.

int16_t y

y-axis counts

Definition at line 26 of file MbedComponentMotionSensor.h.

int16_t z

z-axis counts

Definition at line 27 of file MbedComponentMotionSensor.h.