This commit is contained in:
Qiea
2024-12-19 14:06:05 +08:00
parent 1c0f3b676f
commit dcd484c1bd
58 changed files with 14859 additions and 863 deletions

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

@@ -0,0 +1,25 @@
{
"folders": [
{
"path": "."
},
{
"path": "../HALLIB"
},
{
"path": "../HARDWARE"
}
],
"settings": {
"files.associations": {
"*.embeddedhtml": "html",
"usart.h": "c",
"ec800m.h": "c",
"stm32f4xx.h": "c",
"delay.h": "c",
"string.h": "c",
"sys.h": "c",
"stdio.h": "c"
}
}
}