|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Structure representing a raw 3D vector with 16-bit integer components. More...
#include <SensorDefs.hpp>
Public Attributes | |
| int16_t | x |
| X-axis raw value. | |
| int16_t | y |
| Y-axis raw value. | |
| int16_t | z |
| Z-axis raw value. | |
Structure representing a raw 3D vector with 16-bit integer components.
Definition at line 224 of file SensorDefs.hpp.
| int16_t RawVector::x |
X-axis raw value.
Definition at line 225 of file SensorDefs.hpp.
Referenced by calibrate(), loop(), onDataReady(), SensorQMI8658::readAccel(), SensorBMA4XX::readData(), SensorBMM150::readData(), SensorQMC5883L::readData(), SensorQMC6309::readData(), SensorQSTMagnetic::readData(), SensorQMI8658::readFromFifo(), SensorQMI8658::readGyro(), and SensorQSTMagnetic::selfTest().
| int16_t RawVector::y |
Y-axis raw value.
Definition at line 226 of file SensorDefs.hpp.
Referenced by calibrate(), loop(), onDataReady(), SensorQMI8658::readAccel(), SensorBMA4XX::readData(), SensorBMM150::readData(), SensorQMC5883L::readData(), SensorQMC6309::readData(), SensorQSTMagnetic::readData(), SensorQMI8658::readFromFifo(), SensorQMI8658::readGyro(), and SensorQSTMagnetic::selfTest().
| int16_t RawVector::z |
Z-axis raw value.
Definition at line 227 of file SensorDefs.hpp.
Referenced by calibrate(), loop(), onDataReady(), SensorQMI8658::readAccel(), SensorBMA4XX::readData(), SensorBMM150::readData(), SensorQMC5883L::readData(), SensorQMC6309::readData(), SensorQSTMagnetic::readData(), SensorQMI8658::readFromFifo(), SensorQMI8658::readGyro(), and SensorQSTMagnetic::selfTest().