ece312_finalproject/sd_reader/.vscode/c_cpp_properties.json
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

18 lines
439 B
JSON

{
"configurations": [
{
"name": "Linux",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/lib/ccache/avr-gcc",
"cStandard": "c99",
"cppStandard": "c++17",
"compilerArgs": [
"-Wall", "-pedantic", "-mmcu=atmega328"
],
"defines": [
"F_CPU=16000000"
]
}
],
"version": 4
}