HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
Loading...
Searching...
No Matches
rmt_wrapper.hpp File Reference

A modern C++17 header‑only wrapper around the ESP‑IDF v5.3 “new” RMT. More...

#include "esp_idf_version.h"
#include <array>
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <utility>
#include "esp_check.h"
#include "esp_log.h"
#include "esp_private/esp_clk.h"
#include "driver/rmt_encoder.h"
#include "driver/rmt_rx.h"
#include "driver/rmt_tx.h"
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
Include dependency graph for rmt_wrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ws2812::RmtTx
 
class  ws2812::RmtRx
 

Namespaces

namespace  ws2812
 
namespace  ws2812::detail
 

Functions

esp_err_t ws2812::detail::log_if_error (esp_err_t err, const char *tag, const char *msg)
 

Detailed Description

A modern C++17 header‑only wrapper around the ESP‑IDF v5.3 “new” RMT.