newPtz/.vscode/settings.json

35 lines
911 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",
2025-09-23 05:53:05 +00:00
"stdlib.h": "c",
"gd32f4xx_gpio.h": "c",
"gd32f4xx_i2c.h": "c",
"drv_i2c.h": "c",
"mb85rc64.h": "c",
2025-09-26 10:17:39 +00:00
"gd32f4xx_rcu.h": "c",
"core_cminstr.h": "c",
"rtlibc.h": "c",
"libc_signal.h": "c",
"rtconfig.h": "c",
"rtdebug.h": "c",
"gd32f4xx_libopt.h": "c",
"delay.h": "c",
"gd32f4xx_enet.h": "c",
"beep.h": "c",
"gd32f4xx_exmc.h": "c",
"gd32f4xx_ipa.h": "c"
2025-08-13 09:38:09 +00:00
}
}