esp32-servo/lib/uart/esp32.code-workspace
2025-08-21 14:44:24 +08:00

18 lines
241 B
Plaintext

{
"folders": [
{
"path": "../.."
}
],
"settings": {
"files.associations": {
"freertos.h": "c",
"uart_handler.h": "c",
"uart.h": "c",
"pca9685.h": "c",
"esp_log.h": "c",
"task.h": "c",
"stdint.h": "c"
}
}
}