ex01 ok
This commit is contained in:
24
.vscode/c_cpp_properties.json
vendored
Normal file
24
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "linux-avr-gcc",
|
||||
"includePath": ["${workspaceFolder}/**", "/usr/lib/avr/include/**"],
|
||||
"defines": [],
|
||||
"mergeConfigurations": false,
|
||||
"compilerPath": "/usr/bin/avr-gcc",
|
||||
"cStandard": "gnu11",
|
||||
"cppStandard": "gnu++14",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerArgs": ["-mmcu=atmega328p", "-DF_CPU=16000000UL", "-Os"]
|
||||
},
|
||||
{
|
||||
"name": "linux-gcc-x64",
|
||||
"includePath": ["${workspaceFolder}/**"],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerArgs": [""],
|
||||
"mergeConfigurations": false
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Reference in New Issue
Block a user