- Create .gitignore to exclude unnecessary files - Add .micropico for project identification - Implement config.json for switch configurations - Develop led_panel_blink.py for LED control with color cycling - Create main.py to manage switch commands and interactions - Introduce servo.py for servo control functionality - Define switch.py to handle switch operations with servo integration |
||
|---|---|---|
| .gitignore | ||
| .micropico | ||
| config.json | ||
| led_panel_blink.py | ||
| main.py | ||
| servo.py | ||
| switch.py | ||