Files
TX/.vscode/settings.json
2025-08-26 16:10:47 -05:00

26 lines
598 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",
"fsl_ctimer.h": "c",
"soft_timer.h": "c",
"eeprom.h": "c",
"dds.h": "c",
"frq.h": "c",
"driver.h": "c",
"pwm.h": "c",
"direct.h": "c"
}
}