Files
TX/.vscode/settings.json

26 lines
598 B
JSON
Raw Normal View History

{
"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",
2025-06-11 10:55:00 -05:00
"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",
2025-08-26 16:10:47 -05:00
"pwm.h": "c",
"direct.h": "c"
}
}