|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Motion Delta Data. More...
#include <SensorPawA350.hpp>
Public Attributes | |
| int8_t | delta_x |
| X-axis movement (-128 to +127 counts) | |
| int8_t | delta_y |
| Y-axis movement (-128 to +127 counts) | |
Motion Delta Data.
Stores the movement delta in X and Y directions. Values are 8-bit signed integers in two's complement, representing the number of counts moved since the last reading.
Definition at line 182 of file SensorPawA350.hpp.
| int8_t SensorPawA350::MotionData::delta_x |
X-axis movement (-128 to +127 counts)
Definition at line 183 of file SensorPawA350.hpp.
Referenced by SensorPawA350::getMotionData(), and loop().
| int8_t SensorPawA350::MotionData::delta_y |
Y-axis movement (-128 to +127 counts)
Definition at line 184 of file SensorPawA350.hpp.
Referenced by SensorPawA350::getMotionData(), and loop().