feat: Test_IOT #40

Merged
Clement merged 7 commits from feat/Test_IOT into master 2023-04-25 08:54:14 +00:00
11 changed files with 120 additions and 21 deletions
Showing only changes of commit e088b4e304 - Show all commits

View File

@ -1,19 +0,0 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}

13
.vscode/settings.json vendored
View File

@ -1,13 +0,0 @@
{
"files.associations": {
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"array": "cpp",
"initializer_list": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"vector": "cpp"
}
}