Files
TX/.vscode/settings.json
2025-06-11 10:55:00 -05:00

18 lines
399 B
JSON

{
"files.associations": {
"main.h": "c",
"pin_mux.h": "c",
"fsl_debug_console.h": "c",
"board.h": "c",
"fsl_common.h": "c",
"clock_config.h": "c",
"utils.h": "c",
"ports.h": "c",
"mode.h": "c",
"arm_math.h": "c",
"io.h": "c",
"spi.h": "c",
"system.h": "c",
"pwr_level.h": "c"
}
}