|
esp32_BNO08x 1.4
C++ BNO08x IMU driver component for esp-idf.
|
Struct to represent raw mems gyro data from raw gyro reports (units in ADC counts). More...
#include <BNO08xGlobalTypes.hpp>
Public Member Functions | |
| bno08x_raw_gyro_t () | |
| bno08x_raw_gyro_t & | operator= (const sh2_RawGyroscope_t &source) |
Public Attributes | |
| uint32_t | timestamp_us |
| int16_t | x |
| int16_t | y |
| int16_t | z |
| int16_t | temperature |
| BNO08xAccuracy | accuracy |
Struct to represent raw mems gyro data from raw gyro reports (units in ADC counts).
|
inline |
|
inline |
| BNO08xAccuracy bno08x_raw_gyro_t::accuracy |
| int16_t bno08x_raw_gyro_t::temperature |
| uint32_t bno08x_raw_gyro_t::timestamp_us |
| int16_t bno08x_raw_gyro_t::x |
| int16_t bno08x_raw_gyro_t::y |
| int16_t bno08x_raw_gyro_t::z |