Files
42_EXT_03_42chips/.vscode/settings.json
2025-03-16 12:50:36 +01:00

15 lines
414 B
JSON

{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"files.associations": {
"header.h": "c"
},
"C_Cpp.default.includePath": [
"${workspaceFolder}/headers",
"/opt/homebrew/Cellar/avr-gcc@9/9.4.0_1/lib/avr-gcc/9/gcc/avr/9.4.0/include",
"/opt/homebrew/Cellar/avr-gcc@9/9.4.0_1/avr/include",
"/opt/homebrew/include"
],
"C_Cpp.default.defines": ["__AVR_ATmega328P__"]
}