第一次提交

This commit is contained in:
2026-07-14 18:41:03 +08:00
commit c4e1ed7a3d
141 changed files with 157812 additions and 0 deletions

8
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}