idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
Rotary Encoder Component

Incremental rotary encoder position tracking for ESP32. More...

Namespaces

namespace  idfxx
 

Classes

class  idfxx::rotary_encoder
 Incremental rotary encoder driver. More...
 

Detailed Description

Incremental rotary encoder position tracking for ESP32.

Provides rotary encoder position tracking with acceleration and event-driven callbacks. For encoders with a built-in push-button, use Button Component to handle button events separately.

Depends on Core Utilities for error handling and GPIO Component for pin management.