inverse_thermal_camera/.vscode/settings.json

18 lines
454 B
JSON
Raw Normal View History

2018-07-29 18:24:52 +02:00
{
"files.associations": {
"usb_descriptors.h": "c",
"main.h": "c",
"uart.h": "c",
"steppers.h": "c",
"pinning.h": "c",
"ltp1245.h": "c",
"stm32f103x6.h": "c",
"stm32f1xx.h": "c",
2018-08-04 11:30:00 +02:00
"stm32f100xb.h": "c",
"buildid.h": "c",
"font_arpegius_32.h": "c",
"font_arpegius_16.h": "c",
"debug.h": "c"
2018-07-29 18:24:52 +02:00
},
"C_Cpp.intelliSenseEngineFallback": "Enabled"
}