|
HF-BNO08x
0.1.0-dev
|
ESP32 UART CommInterface implementation for BNO08x RVC mode. More...
#include <cstdint>#include "driver/gpio.h"#include "driver/uart.h"#include "esp_err.h"#include "esp_log.h"#include "esp_timer.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "../../../inc/bno08x_comm_interface.hpp"Go to the source code of this file.
Classes | |
| class | Esp32UartRvcBus |
| ESP32 UART CommInterface for BNO08x RVC mode. More... | |
| struct | Esp32UartRvcBus::UartConfig |
| UART configuration for RVC mode. More... | |
ESP32 UART CommInterface implementation for BNO08x RVC mode.
This file provides an ESP32-specific CommInterface using the UART driver for RVC (Rotation Vector Computation) mode at 115200 baud. The driver's RVC frame parser reads raw bytes via Read() and handles sync/checksum.