This commit is contained in:
Passthem
2025-04-11 15:40:18 +08:00
commit 7e455c591a
10 changed files with 296 additions and 0 deletions

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

@ -0,0 +1,13 @@
{
"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"
}
}