Ext Sens changed to HTU21D

This commit is contained in:
2024-05-03 16:48:29 +03:00
parent 699a0c35bc
commit 28c963e8c3
3 changed files with 125 additions and 81 deletions

17
ESP_Midroom2/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"files.associations": {
"array": "cpp",
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"memory": "cpp",
"random": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"regex": "cpp"
}
}