This commit is contained in:
Passthem
2025-04-14 16:02:39 +08:00
parent d9c6c1b4b7
commit f23f7b05b2
9 changed files with 47 additions and 45 deletions

26
.vscode/settings.json vendored
View File

@ -1,23 +1,11 @@
{
"files.associations": {
"*.py": "python",
"types.h": "c",
"spidev.h": "c",
"fcntl.h": "c",
"stdlib.h": "c",
"math.h": "c",
"spi_utils.h": "c",
"cstdint": "c",
"color_utils.h": "c",
"data_sban_period2.h": "c",
"shader.h": "c",
"signal.h": "c",
"ioctl.h": "c",
"stdio.h": "c",
"ostream": "c",
"system_error": "c",
"variant": "c",
"string.h": "c",
"cstdlib": "c"
}
"app.h": "c",
"time.h": "c"
},
"C_Cpp.errorSquiggles": "enabled",
"C_Cpp.default.includePath": [
"./include"
]
}