Files
stm32_tryout/ws2812_tryout/.vscode/settings.json
louiscklaw 6d46f8ac27 update,
2025-02-01 20:26:05 +08:00

15 lines
380 B
JSON

{
"files.associations": {
"dockerfile.*": "dockerfile",
"docker-compose.*": "dockerfile",
".gitattributes": "gitignore",
"gpio.h": "c",
"ws2812_lib.h": "c",
"typeinfo": "cpp",
"string.h": "c",
"stm32f1xx.h": "c",
"stm32f1xx_it.h": "c",
"stm32f1xx_hal.h": "c",
"logic_const.h": "c"
}
}