Overviewο
An ESP-IDF audio control implementation for the PT2258 6-Channel Electronic Volume Controller IC.
Repository Structureο
π pt2258 (I2C Driver)ο
Provides direct, stateless hardware control.
Adding to Your Projectο
Option 1: ESP Component Manager (Recommended)ο
You can add components directly to your project dependencies using the IDF Component Manager:
idf.py add-dependency romr/pt2258
Option 2: Git Submoduleο
Add this entire repository into your projectβs components/ directory.
cd <your_project_root>
git submodule add https://github.com/romr/esp-idf-pt2258.git components/esp-idf-pt2258