initial commit

This commit is contained in:
2026-07-05 10:06:21 +02:00
commit f8ed637759
16 changed files with 1795 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"files.associations": {
"*.h": "cpp",
"platformio.ini": "ini"
},
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}",
"--header-insertion=never"
],
}