|
esp32_BNO08x 1.31
C++ BNO08x IMU driver component for esp-idf.
|
Struct to represent shake detector data (flag meaning: 0 = no shake 1 = shake detected) More...
#include <BNO08xGlobalTypes.hpp>
Public Member Functions | |
| bno08x_shake_detector_t () | |
| bno08x_shake_detector_t & | operator= (const sh2_ShakeDetector_t &source) |
Public Attributes | |
| uint8_t | x_flag |
| uint8_t | y_flag |
| uint8_t | z_flag |
| BNO08xAccuracy | accuracy |
Struct to represent shake detector data (flag meaning: 0 = no shake 1 = shake detected)
|
inline |
|
inline |
| BNO08xAccuracy bno08x_shake_detector_t::accuracy |
| uint8_t bno08x_shake_detector_t::x_flag |
| uint8_t bno08x_shake_detector_t::y_flag |
| uint8_t bno08x_shake_detector_t::z_flag |