feat: initial commit

This commit is contained in:
2026-05-01 23:00:44 +02:00
commit 2a3795f3bd
13 changed files with 128 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Junk files
*.bak
*.swp
*~
.DS_Store
._*
# Firmware files
*.hex
*.bin
*.uf2
# clangd
compile_commands.json
.clangd/
.cache/