2021-09-09T10:31:18

This commit is contained in:
2021-09-09 10:31:18 +09:00
parent 96fb592c03
commit 627b35692f
14 changed files with 200 additions and 10 deletions

17
01_blink/.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux GCC ARM",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode":"linux-gcc-arm",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}