|
HF-BNO08x
0.1.0-dev
|
Basic polling mode example with orientation and linear acceleration. More...
#include "esp_log.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include <cmath>#include <memory>#include <stdio.h>#include "../../../inc/bno08x.hpp"#include "esp32_bno08x_bus.hpp"Functions | |
| void | app_main (void) |
Basic polling mode example with orientation and linear acceleration.
This example demonstrates:
| void app_main | ( | void | ) |