Портируем сенсор Bmp280

This commit is contained in:
2022-02-02 11:07:27 +03:00
parent b2e20f6760
commit dca2a51843
4 changed files with 103 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
"type": "Reading",
"subtype": "Sht20h",
"id": "Hum2",
"widget": "anydataTmp",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15
@@ -77,11 +77,35 @@
"type": "Reading",
"subtype": "Dht1122h",
"id": "Hum3",
"widget": "anydataTmp",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"pin": 0,
"senstype": "dht11"
},
{
"name": "7. Cенсор температуры Bmp280",
"num": 7,
"type": "Reading",
"subtype": "Bmp280t",
"id": "tmp3",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"addr": "0x76"
},
{
"name": "8. Cенсор давления Bmp280",
"num": 8,
"type": "Reading",
"subtype": "Bmp280p",
"id": "Press3",
"widget": "anydataPress",
"page": "Сенсоры",
"descr": "Давление",
"int": 15,
"addr": "0x76"
}
]