|
esp32_BNO08x 1.31
C++ BNO08x IMU driver component for esp-idf.
|
Struct to represent step counter data from step counter reports. More...
#include <BNO08xGlobalTypes.hpp>
Public Member Functions | |
| bno08x_step_counter_t () | |
| bno08x_step_counter_t & | operator= (const sh2_StepCounter_t &source) |
Public Attributes | |
| uint32_t | latency |
| uint16_t | steps |
| BNO08xAccuracy | accuracy |
Struct to represent step counter data from step counter reports.
|
inline |
|
inline |
| BNO08xAccuracy bno08x_step_counter_t::accuracy |
| uint32_t bno08x_step_counter_t::latency |
| uint16_t bno08x_step_counter_t::steps |