ece312/final_project/312_final.code-workspace
David Lenfesty 55025a9ada Mostly done??
Have to do SPI stuff for SD though
2019-12-02 14:32:12 -07:00

24 lines
295 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",
"sleep.h": "c"
}
}
}