From 92b323bf6ededbcb2017c075ea44d1f707a1a6ef Mon Sep 17 00:00:00 2001 From: g7uhn Date: Sat, 20 Mar 2021 11:51:29 +0000 Subject: [PATCH] includes fixed with new workspace? --- .vscode/c_cpp_properties.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..8c5987f --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,22 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**", + "C:/Users/Andre/.platformio/packages/framework-arduino-avr/cores/arduino", + "C:/Users/Andre/.platformio/packages/toolchain-atmelavr/avr/include", + "C:/Users/Andre/.platformio/packages/framework-arduino-avr/libraries/SPI/src" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "cStandard": "c17", + "cppStandard": "c++17", + "intelliSenseMode": "windows-msvc-x64" + } + ], + "version": 4 +} \ No newline at end of file