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