stepper-motor-synth/c_cpp_properties.json.template

18 lines
441 B
Plaintext

{
"configurations": [
{
"name": "AVR",
"includePath": [__includePaths__],
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/avr-g++",
"compilerArgs": [
"-mmcu=atmega328p"
],
"defines": [
"__ATmega328P__",
"__AVR_ATmega328P__",
"ARDUINO=1000",
]
}
]
}