initial commit

This commit is contained in:
2025-02-19 16:09:44 +08:00
commit 9eb3879aab
19 changed files with 1426 additions and 0 deletions

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

@@ -0,0 +1,10 @@
{
"files.associations": {
"hx_serial.h": "c",
"stdlib.h": "c",
"fec.h": "c",
"unistd.h": "c",
"hx_ringbuffer.h": "c",
"zlib.h": "c"
}
}