init commit

This commit is contained in:
2025-09-05 10:30:26 +02:00
commit c144fcd356
1526 changed files with 1115326 additions and 0 deletions

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

@@ -0,0 +1,7 @@
{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"stm32f4xx_hal.h": "c",
"functional": "c"
}
}