wheel/car.code-workspace

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"
}
}
}