|
|
@ -11,7 +11,13 @@ |
|
|
|
"${workspaceRoot}", |
|
|
|
"${workspaceRoot}", |
|
|
|
"${workspaceRoot}/library/OneWireSlave" |
|
|
|
"${workspaceRoot}/library/OneWireSlave" |
|
|
|
], |
|
|
|
], |
|
|
|
"defines": ["ARDUINO=160","__AVR__","UBRRH","__AVR_ATmega328P__","VS_INTELLISENSE"], |
|
|
|
"defines": [ |
|
|
|
|
|
|
|
"ARDUINO=160", |
|
|
|
|
|
|
|
"__AVR__", |
|
|
|
|
|
|
|
"UBRRH", |
|
|
|
|
|
|
|
"__AVR_ATmega328P__", |
|
|
|
|
|
|
|
"VS_INTELLISENSE" |
|
|
|
|
|
|
|
], |
|
|
|
"intelliSenseMode": "clang-x64", |
|
|
|
"intelliSenseMode": "clang-x64", |
|
|
|
"browse": { |
|
|
|
"browse": { |
|
|
|
"path": [ |
|
|
|
"path": [ |
|
|
@ -44,7 +50,13 @@ |
|
|
|
"${workspaceRoot}", |
|
|
|
"${workspaceRoot}", |
|
|
|
"${workspaceRoot}/library/OneWireSlave" |
|
|
|
"${workspaceRoot}/library/OneWireSlave" |
|
|
|
], |
|
|
|
], |
|
|
|
"defines": ["ARDUINO=160","__AVR__","UBRRH","__AVR_ATmega328P__","VS_INTELLISENSE"], |
|
|
|
"defines": [ |
|
|
|
|
|
|
|
"ARDUINO=160", |
|
|
|
|
|
|
|
"__AVR__", |
|
|
|
|
|
|
|
"UBRRH", |
|
|
|
|
|
|
|
"__AVR_ATmega328P__", |
|
|
|
|
|
|
|
"VS_INTELLISENSE" |
|
|
|
|
|
|
|
], |
|
|
|
"intelliSenseMode": "clang-x64", |
|
|
|
"intelliSenseMode": "clang-x64", |
|
|
|
"browse": { |
|
|
|
"browse": { |
|
|
|
"path": [ |
|
|
|
"path": [ |
|
|
@ -60,7 +72,10 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"limitSymbolsToIncludedHeaders": true, |
|
|
|
"limitSymbolsToIncludedHeaders": true, |
|
|
|
"databaseFilename": "" |
|
|
|
"databaseFilename": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
"compilerPath": "/usr/bin/gcc", |
|
|
|
|
|
|
|
"cStandard": "c11", |
|
|
|
|
|
|
|
"cppStandard": "c++14" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "Win32", |
|
|
|
"name": "Win32", |
|
|
@ -76,7 +91,11 @@ |
|
|
|
"_DEBUG", |
|
|
|
"_DEBUG", |
|
|
|
"UNICODE", |
|
|
|
"UNICODE", |
|
|
|
"_UNICODE", |
|
|
|
"_UNICODE", |
|
|
|
"ARDUINO=160","__AVR__","UBRRH","__AVR_ATmega328P__","VS_INTELLISENSE" |
|
|
|
"ARDUINO=160", |
|
|
|
|
|
|
|
"__AVR__", |
|
|
|
|
|
|
|
"UBRRH", |
|
|
|
|
|
|
|
"__AVR_ATmega328P__", |
|
|
|
|
|
|
|
"VS_INTELLISENSE" |
|
|
|
], |
|
|
|
], |
|
|
|
"intelliSenseMode": "msvc-x64", |
|
|
|
"intelliSenseMode": "msvc-x64", |
|
|
|
"browse": { |
|
|
|
"browse": { |
|
|
|