mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Добавляем в ядро возможность передачи драйверов RTC
This commit is contained in:
@@ -101,6 +101,10 @@ IoTGpio* IoTItem::getGpioDriver() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
iarduino_RTC_BASE* IoTItem::getRtcDriver() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void IoTItem::setValue(IoTValue Value) {
|
||||
value = Value;
|
||||
if (value.isDecimal)
|
||||
|
||||
Reference in New Issue
Block a user