Initial commit

This commit is contained in:
martin 2025-08-19 18:50:38 +02:00
commit 39bf5f731e
10 changed files with 806 additions and 0 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# PlatformIO
.pio/
.vscode/
.pioenvs/
.piolibdeps/
.clang_complete
.gcc-flags.json
# Build artifacts
*.bin
*.elf
*.map
# IDE files
.vscode/
*.code-workspace
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp
#Claude code
.Claude