Files
TX/.vscode/settings.json
Brent Perteet 658cedfa3b Added software timers
Accessory state machine framework functional
2025-06-18 17:53:00 -05:00

21 lines
482 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"
}
}