Update README with latest changes
This commit is contained in:
@@ -26,8 +26,7 @@ MicroPython-based LED driver application for ESP32 microcontrollers.
|
|||||||
led-driver/
|
led-driver/
|
||||||
├── src/
|
├── src/
|
||||||
│ ├── main.py # Main application code
|
│ ├── main.py # Main application code
|
||||||
│ ├── patterns.py # LED pattern implementations
|
│ ├── patterns.py # LED pattern implementations (includes Preset and Patterns classes)
|
||||||
│ ├── patterns_base.py # Base pattern class
|
|
||||||
│ ├── settings.py # Settings management
|
│ ├── settings.py # Settings management
|
||||||
│ └── p2p.py # Peer-to-peer communication
|
│ └── p2p.py # Peer-to-peer communication
|
||||||
├── test/ # Pattern tests
|
├── test/ # Pattern tests
|
||||||
|
|||||||
Reference in New Issue
Block a user