Update README with latest changes

This commit is contained in:
2026-01-27 00:42:35 +13:00
parent a75d71d9f4
commit bee2350129

View File

@@ -26,8 +26,7 @@ MicroPython-based LED driver application for ESP32 microcontrollers.
led-driver/
├── src/
│ ├── main.py # Main application code
│ ├── patterns.py # LED pattern implementations
│ ├── patterns_base.py # Base pattern class
│ ├── patterns.py # LED pattern implementations (includes Preset and Patterns classes)
│ ├── settings.py # Settings management
│ └── p2p.py # Peer-to-peer communication
├── test/ # Pattern tests