Портируем датчик SHT20

This commit is contained in:
2022-02-01 14:48:52 +03:00
parent 3bcdf8d8b5
commit 66d1fffefa
4 changed files with 71 additions and 0 deletions

View File

@@ -23,5 +23,23 @@
"pin": 0,
"index": 0,
"addr": ""
},
{
"type": "Reading",
"subtype": "Sht20t",
"id": "tmp2",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15
},
{
"type": "Reading",
"subtype": "Sht20h",
"id": "Hum2",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15
}
]