Initial commit: Add CEC control script for Raspberry Pi 4

- Add cec-control.sh with power, volume, and input commands
- Add README with installation and usage instructions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 17:44:18 +01:00
commit 7395b7c94f
4 changed files with 275 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Backup files
*.bak
*~
# Editor files
*.swp
*.swo
.*.swp
.*.swo
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db