|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Structure representing gyroscope data. More...
#include <SensorDefs.hpp>
Public Member Functions | |
| GyroscopeData () | |
Public Attributes | |
| SensorVector | dps |
| Angular velocity in degrees per second (°/s) | |
| RawVector | raw |
| Raw sensor values in LSB. | |
| float | temperature |
| Temperature in °C (if available) | |
Structure representing gyroscope data.
Definition at line 362 of file SensorDefs.hpp.
|
inline |
Definition at line 367 of file SensorDefs.hpp.
| SensorVector GyroscopeData::dps |
Angular velocity in degrees per second (°/s)
Definition at line 363 of file SensorDefs.hpp.
Referenced by loop(), SensorQMI8658::readFromFifo(), and SensorQMI8658::readGyro().
| RawVector GyroscopeData::raw |
Raw sensor values in LSB.
Definition at line 364 of file SensorDefs.hpp.
Referenced by SensorQMI8658::readFromFifo(), and SensorQMI8658::readGyro().
| float GyroscopeData::temperature |
Temperature in °C (if available)
Definition at line 365 of file SensorDefs.hpp.
Referenced by SensorQMI8658::readGyro().