ece312_finalproject/312_final.code-workspace
David Lenfesty 0bff1ffcac Importing code. I swear there are more commits :)
Imported code from larger repo for code. Has some stuff I didn't want
here.
2019-12-05 17:24:03 -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"
}
}
}