mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем в ядро возможность передачи драйверов RTC
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "classes/IoTGpio.h"
|
||||
#include <iarduino_RTC.h>
|
||||
|
||||
struct IoTValue {
|
||||
float valD = 0;
|
||||
@@ -34,6 +35,7 @@ class IoTItem {
|
||||
bool needSave = false;
|
||||
|
||||
virtual IoTGpio* getGpioDriver();
|
||||
virtual iarduino_RTC_BASE* getRtcDriver();
|
||||
virtual void setValue(IoTValue Value);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user