This commit is contained in:
2025-06-18 09:08:17 +08:00
commit 7999439a8f
363 changed files with 313769 additions and 0 deletions

16
USER/USER.code-workspace Normal file
View File

@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"motorstat.h": "c",
"main.h": "c",
"usart.h": "c",
"string.h": "c"
}
},
"extensions": {}
}