{ "configurations": [ { "name": "AVR", "includePath": [ "${workspaceFolder}/**", "/lib/avr/include/**" ], "defines": [], "compilerPath": "/usr/bin/avr-gcc", "cStandard": "gnu17", "cppStandard": "gnu++14", "intelliSenseMode": "gcc-avr", "configurationProvider": "ms-vscode.makefile-tools", "compilerArgs": [ "-mmcu=atmega328p" ] } ], "version": 4 }