Переписываем взаимодействие c драйверами IoTGpio

This commit is contained in:
2022-10-01 22:58:27 +03:00
parent 98812e7470
commit 7def6d0543
4 changed files with 58 additions and 42 deletions

View File

@@ -146,8 +146,8 @@ void IoTItem::setInterval(unsigned long interval) {
_interval = interval;
}
bool IoTItem::isGpioDriver() {
return false;
IoTGpio* IoTItem::getGpioDriver() {
return nullptr;
}
//сетевое общение====================================================================================================================================