Добавляем ADS1115

This commit is contained in:
2022-02-20 22:43:16 +03:00
parent 7c48ca6c5a
commit 905d137341
5 changed files with 125 additions and 0 deletions

View File

@@ -274,5 +274,24 @@
"page": "",
"descr": "",
"int": 15
},
{
"name": "21. Датчик напряжения ADS1115",
"num": 21,
"type": "Reading",
"subtype": "Ads1115",
"id": "Ads3",
"widget": "anydataVlt",
"page": "Сенсоры",
"descr": "ADS_3",
"pin": "0",
"mode": "volt",
"gain": "3/4x",
"plus": 0,
"multiply": 1,
"round": 100,
"int": 10
}
]

View File

@@ -183,5 +183,12 @@
"Включен"
],
"status": 0
},
{
"name": "anydataVlt",
"label": "Вольты",
"widget": "anydata",
"after": "Vlt",
"icon": "speedometer"
}
]