HF-AS5047U Driver  0.1.0-dev
HF-AS5047U C++ Driver
Loading...
Searching...
No Matches
velocity_reading_example.cpp File Reference

Velocity reading example with unit conversions. More...

#include "esp_log.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include <memory>
#include <stdio.h>
#include "../../../inc/as5047u.hpp"
#include "esp32_as5047u_bus.hpp"
#include "esp32_as5047u_test_config.hpp"
Include dependency graph for velocity_reading_example.cpp:

Functions

void app_main (void)
 

Detailed Description

Velocity reading example with unit conversions.

This example demonstrates:

  • Velocity reading in multiple units
  • Degrees per second, radians per second, RPM
Author
N3b3x
Date
2025

Function Documentation

◆ app_main()

void app_main ( void )