first commit

This commit is contained in:
2024-10-10 00:45:09 +06:00
commit e56944bbcd
89 changed files with 31498 additions and 0 deletions

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

@@ -0,0 +1,10 @@
{
"files.associations": {
"*.rmd": "markdown",
"stdio.h": "c",
"ch32v003fun.h": "c",
"w5500.h": "c",
"wizchip_conf.h": "c",
"socket.h": "c"
}
}