Initialize git

This commit is contained in:
Kazimierz Ciołek
2026-02-25 01:56:31 +01:00
commit f17984820f
699 changed files with 276407 additions and 0 deletions

10
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

34
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"files.associations": {
"*.embeddedhtml": "html",
"75_2_dial.h": "c",
"radar.h": "c",
"79_2_dial.h": "c",
"racing.h": "c",
"chrono": "cpp",
"app_hal.h": "c",
"elecrow.h": "c",
"contacts.h": "c",
"variant": "c",
"lv_indev_private.h": "c",
"piobot.h": "c",
"lv_timer_private.h": "c",
"smart_resized.h": "c",
"input_bus.h": "c",
"ios": "cpp",
"cstdint": "cpp",
"compare": "cpp",
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
"format": "cpp",
"initializer_list": "cpp",
"span": "cpp",
"regex": "cpp"
}
}