ece312/final_project/312_final.code-workspace
2019-11-29 17:29:55 -07:00

23 lines
276 B
Plaintext

{
"folders": [
{
"path": "sd_reader"
},
{
"path": "lcd_disp"
},
{
"path": "testing"
}
],
"settings": {
"files.associations": {
"io.h": "c",
"interrupt.h": "c",
"periph.h": "c",
"comms.h": "c",
"string.h": "c",
"main.h": "c"
}
}
}