newPtz/.vscode/settings.json

19 lines
449 B
JSON
Raw Normal View History

2025-08-13 09:38:09 +00:00
{
"files.associations": {
2025-09-12 09:53:32 +00:00
"stdio.h": "c",
"drv_usart.h": "c",
2025-09-13 09:22:00 +00:00
"rtservice.h": "c",
"gd32f4xx_adc.h": "c",
"drv_adc.h": "c",
"gd32f4xx.h": "c",
"gd32f4xx_dma.h": "c",
"tmp75.h": "c",
"gd32f4xx_misc.h": "c",
"rtthread.h": "c",
"rthw.h": "c",
"delay_us.h": "c",
2025-09-16 02:05:41 +00:00
"core_cm4.h": "c",
2025-09-17 09:19:20 +00:00
"gd32f4xx_usart.h": "c",
"stdlib.h": "c"
2025-08-13 09:38:09 +00:00
}
}