80 MBL_MW_SENSOR_ORIENTATION_FACE_UP_PORTRAIT_UPRIGHT,
81 MBL_MW_SENSOR_ORIENTATION_FACE_UP_PORTRAIT_UPSIDE_DOWN,
82 MBL_MW_SENSOR_ORIENTATION_FACE_UP_LANDSCAPE_LEFT,
83 MBL_MW_SENSOR_ORIENTATION_FACE_UP_LANDSCAPE_RIGHT,
84 MBL_MW_SENSOR_ORIENTATION_FACE_DOWN_PORTRAIT_UPRIGHT,
85 MBL_MW_SENSOR_ORIENTATION_FACE_DOWN_PORTRAIT_UPSIDE_DOWN,
86 MBL_MW_SENSOR_ORIENTATION_FACE_DOWN_LANDSCAPE_LEFT,
87 MBL_MW_SENSOR_ORIENTATION_FACE_DOWN_LANDSCAPE_RIGHT
102 uint8_t accelrometer;
104 uint8_t magnetometer;
Tuple holding battery state information.
Definition: types.h:22
uint16_t voltage
Voltage level, in mV.
Definition: types.h:23
uint8_t charge
Percent charged, between [0, 100] percent.
Definition: types.h:24
Wrapper class encapsulating responses from the Bosch tap detector.
Definition: types.h:110
uint8_t type
1 if double tap, 2 if single tap
Definition: types.h:111
uint8_t sign
0 if positive, 1 if negative
Definition: types.h:112
Sensor fusion calibration state.
Definition: types.h:101
Tuple combining float data on a 3D cartesian coordinate system.
Definition: types.h:13
float x
Data corresponding to the x-axis.
Definition: types.h:14
float z
Data corresponding to the z-axis.
Definition: types.h:16
float y
Data corresponding to the y-axis.
Definition: types.h:15
Variant of the MblMwCartesianFloat struct that also reports data accuracy.
Definition: types.h:60
4-element float vector holding Euler angles, all values are in degrees
Definition: types.h:40
Internal clock for logger timestamps.
Definition: types.h:93
Internal stack overflow state.
Definition: types.h:70
4-element float vector containing a normalized quaternion value
Definition: types.h:50
Tuple wrapping ADC data from the TCS34725 color detector.
Definition: types.h:30
uint16_t blue
ADC value from a blue filtered diode.
Definition: types.h:34
uint16_t green
ADC value from a green filtered diode.
Definition: types.h:33
uint16_t clear
ADC value from an unfiltered diode.
Definition: types.h:31
uint16_t red
ADC value from a red filtered diode.
Definition: types.h:32
MblMwSensorOrientation
Enumeration of sensor orientations.
Definition: types.h:79