motorcontroll/.vscode/settings.json
2023-03-23 17:00:05 +08:00

15 lines
305 B
JSON

{
"files.associations": {
"UART.C": "cpp",
"gpio.h": "c",
"TM5160.C": "cpp",
"i2c.h": "c",
"timer.h": "c",
"tm1650.h": "c",
"delay.h": "c",
"config.h": "c",
"common.h": "c",
"eeprom.h": "c",
"stdio.h": "c"
}
}