STM32G4-DRV8301-FOC/MDK-ARM/MDK-ARM.code-workspace

27 lines
577 B
Plaintext
Raw Normal View History

2024-07-22 13:55:29 +08:00
{
2024-07-24 20:35:02 +08:00
"folders": [
{
"path": "."
}
],
2024-07-22 13:55:29 +08:00
"settings": {
2024-07-24 20:35:02 +08:00
"files.associations": {
"main.h": "c",
"adc.h": "c",
"fdcan.h": "c",
"dma.h": "c",
"i2c.h": "c",
"usart.h": "c",
"tim.h": "c",
"gpio.h": "c",
"as5600.h": "c",
"stdio.h": "c",
"abz.h": "c",
"lowpass_filter.h": "c",
"control.h": "c",
"pid.h": "c",
"string.h": "c"
}
2024-07-22 13:55:29 +08:00
},
"extensions": {}
}