MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Wrapper class encapsulating responses from any motion detection. More...
#include <accelerometer_bosch.h>
Public Attributes | |
uint8_t | sign |
Slope sign of the triggering motion, 0 if negative, non-zero if positive. | |
uint8_t | x_axis_active |
Non-zero if x-axis triggered the motion interrupt. | |
uint8_t | y_axis_active |
Non-zero if y-axis triggered the motion interrupt. | |
uint8_t | z_axis_active |
Non-zero if z-axis triggered the motion interrupt. | |
Wrapper class encapsulating responses from any motion detection.