Arduino-Satellite-Dish/.vscode/c_cpp_properties.json
2025-05-23 10:01:07 +02:00

17 lines
500 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/benny/.platformio/packages/framework-arduino-avr/cores/arduino",
"/home/benny/.platformio/packages/toolchain-atmelavr/avr/include"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}