esp32_shock/car.code-workspace
2024-04-27 09:15:55 +08:00

17 lines
236 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"esp_wifi.h": "c",
"tcp.h": "c",
"bdc_motor_interface.h": "c",
"pulse_cnt.h": "c",
"mcpwm_prelude.h": "c",
"esp_timer.h": "c"
}
}
}