#pragma once #include #include "BNO08x_global_types.hpp" // forward dec to prevent compile errors class BNO08x; /** * @brief Class to represent and manage reports returned from BNO08x. * * @return ESP_OK if report was successfully enabled. */ class BNO08xRpt { public: inline static sh2_SensorConfig default_sensor_cfg = {.changeSensitivityEnabled = false, ///