|
HF-BNO08x
0.1.0-dev
|
RVC (Rotation Vector Computation) mode example. More...
#include "esp_log.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include <stdio.h>#include "../../../inc/bno08x.hpp"#include "esp32_uart_rvc_bus.hpp"Functions | |
| void | app_main (void) |
RVC (Rotation Vector Computation) mode example.
This example demonstrates:
RVC mode uses a UART transport (Esp32UartRvcBus) instead of I2C. The driver reads raw UART bytes and parses 19-byte RVC frames internally. No separate RVC HAL is needed – just a CommInterface with GetInterfaceType() returning BNO085Interface::UARTRVC.
| void app_main | ( | void | ) |