|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
ESP32C6 RMT-based Programmable IO Channel implementation with ESP-IDF v5.5+ features. More...
#include "BasePio.h"#include "EspTypes.h"#include "PlatformMutex.h"#include <array>#include "driver/rmt_encoder.h"#include "driver/rmt_rx.h"#include "driver/rmt_tx.h"Go to the source code of this file.
Classes | |
| struct | hf_pio_channel_statistics_t |
| class | EspPio |
| ESP32C6 RMT-based Programmable IO Channel implementation with advanced ESP-IDF v5.5+ features. More... | |
| struct | EspPio::ChannelState |
ESP32C6 RMT-based Programmable IO Channel implementation with ESP-IDF v5.5+ features.
This header provides a comprehensive PIO implementation for ESP32C6 microcontrollers using the advanced RMT (Remote Control Transceiver) peripheral with full ESP-IDF v5.5+ support. The RMT peripheral provides precise timing control, hardware buffering, DMA support, and advanced features ideal for high-performance PIO operations.