Initial commit

This commit is contained in:
2024-12-15 12:39:27 +01:00
commit e895a856ae
1474 changed files with 1053819 additions and 0 deletions

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

@@ -0,0 +1,10 @@
{
"version": 4,
"configurations": [
{
"name": "STM32",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "disabled"
}
]
}