diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/arduino.json b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/arduino.json new file mode 100644 index 0000000..ec60b31 --- /dev/null +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/arduino.json @@ -0,0 +1,6 @@ +{ + "board": "MiniCore:avr:328", + "configuration": "bootloader=uart0,variant=modelPB,BOD=1v8,LTO=Os,clock=8MHz_internal", + "programmer": "AVRISP mkII", + "sketch": "src\\Pyr0_Piezo_Sensor_v2.x.x.cpp" +} \ No newline at end of file diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..cea90cc --- /dev/null +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json @@ -0,0 +1,23 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${HOME}\\AppData\\Local\\Arduino15\\packages\\MiniCore\\hardware\\avr\\2.0.3\\**", + "${workspaceFolder}\\**", + "D:\\Arduino\\**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "clang-x64", + "forcedInclude": [] + } + ], + "version": 4 +} \ No newline at end of file diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2/.vscode/extensions.json b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/extensions.json similarity index 100% rename from firmware/AVR-Source/Pyr0_Piezo_Sensor_v2/.vscode/extensions.json rename to firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/extensions.json