Files
42_EXT_03_42chips/.vscode/c_cpp_properties.json
2025-03-16 12:23:35 +01:00

29 lines
943 B
JSON

// {
// "configurations": [
// {
// "name": "AVR",
// "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"
// ],
// "defines": ["__AVR_ATmega328P__"],
// "intelliSenseMode": "gcc-x64",
// "cStandard": "c11",
// "cppStandard": "c++17",
// "browse": {
// "path": [
// "/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"
// // "/opt/homebrew/lib/gcc/avr/include",
// // "/opt/homebrew/lib/gcc/avr/include-fixed"
// ],
// "limitSymbolsToIncludedHeaders": true
// }
// }
// ],
// "version": 4
// }