Loading .gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line build/ No newline at end of file .vscode/c_cpp_properties.json 0 → 100644 +26 −0 Original line number Diff line number Diff line { "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/include/opencv4/**" ], "defines": [], "compilerPath": "/usr/bin/gcc", "cStandard": "c17", "cppStandard": "gnu++17", "intelliSenseMode": "linux-gcc-x64" }, { "name": "docker", "includePath": [ "${workspaceFolder}/**", "/opt/pico-sdk/1.5.1/src/**" ], "intelliSenseMode": "linux-gcc-arm" } ], "version": 4 } No newline at end of file Loading
.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line build/ No newline at end of file
.vscode/c_cpp_properties.json 0 → 100644 +26 −0 Original line number Diff line number Diff line { "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/include/opencv4/**" ], "defines": [], "compilerPath": "/usr/bin/gcc", "cStandard": "c17", "cppStandard": "gnu++17", "intelliSenseMode": "linux-gcc-x64" }, { "name": "docker", "includePath": [ "${workspaceFolder}/**", "/opt/pico-sdk/1.5.1/src/**" ], "intelliSenseMode": "linux-gcc-arm" } ], "version": 4 } No newline at end of file