Портируем Bme280

This commit is contained in:
2022-02-03 18:32:31 +03:00
parent 0540ea5b04
commit 34252302a9
4 changed files with 135 additions and 1 deletions

View File

@@ -102,10 +102,46 @@
"type": "Reading",
"subtype": "Bmp280p",
"id": "Press3",
"widget": "anydataPress",
"widget": "anydataMm",
"page": "Сенсоры",
"descr": "Давление",
"int": 15,
"addr": "0x76"
},
{
"name": "9. Cенсор температуры Bme280",
"num": 9,
"type": "Reading",
"subtype": "Bme280t",
"id": "tmp3",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"addr": "0x76"
},
{
"name": "10. Cенсор давления Bme280",
"num": 10,
"type": "Reading",
"subtype": "Bme280p",
"id": "Press3",
"widget": "anydataMm",
"page": "Сенсоры",
"descr": "Давление",
"int": 15,
"addr": "0x76"
},
{
"name": "11. Cенсор влажности Bme280",
"num": 11,
"type": "Reading",
"subtype": "Bme280h",
"id": "Hum3",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"addr": "0x76"
}
]