Initial commit

This commit is contained in:
2026-01-26 10:22:19 +01:00
commit b4f6dd8bf7
4 changed files with 448 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Ignore the actual config file with private data
config.h
# Arduino/PlatformIO build files
.pio/
.vscode/
*.hex
*.elf
*.bin
# OS files
.DS_Store
Thumbs.db