#include <driver/gpio.h>
#include <driver/spi_common.h>
#include <driver/spi_master.h>
#include <esp_log.h>
#include <esp_rom_gpio.h>
#include <esp_timer.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <freertos/event_groups.h>
#include <freertos/queue.h>
#include <rom/ets_sys.h>
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <cstring>
#include <functional>
#include <vector>
Go to the source code of this file.
|
| typedef struct bno08x_config_t | bno08x_config_t |
| | IMU configuration settings passed into constructor.
|
| |
◆ bno08x_config_t
| typedef struct bno08x_config_t bno08x_config_t |
IMU configuration settings passed into constructor.
◆ channels_t
SHTP protocol channels.
| Enumerator |
|---|
| CHANNEL_COMMAND | |
| CHANNEL_EXECUTABLE | |
| CHANNEL_CONTROL | |
| CHANNEL_REPORTS | |
| CHANNEL_WAKE_REPORTS | |
| CHANNEL_GYRO | |
◆ IMUAccuracy
Sensor accuracy returned during sensor calibration.