This commit is contained in:
2024-12-04 06:46:44 +06:00
parent a764880fe0
commit a521086d10
18 changed files with 2244 additions and 1115 deletions

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

@@ -0,0 +1,15 @@
{
"files.associations": {
"*.rmd": "markdown",
"stdio.h": "c",
"spi_flash.h": "c",
"rtl8710.h": "c",
"random": "c",
"array": "c",
"string": "c",
"string_view": "c",
"span": "c",
"string.h": "c",
"chrono": "c"
}
}