Go to file
Artem Kashaev 34294a86e8 Add initial project files including configuration and LED control scripts
- 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
2025-12-22 13:42:17 +05:00
.gitignore Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00
.micropico Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00
config.json Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00
led_panel_blink.py Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00
main.py Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00
servo.py Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00
switch.py Add initial project files including configuration and LED control scripts 2025-12-22 13:42:17 +05:00