Добавляем работу сенсоров с несколькими измерениями. Добавляем первую версию класса Variable.

This commit is contained in:
2021-12-27 21:24:55 +03:00
parent c8df0de972
commit 41f4be6139
16 changed files with 230 additions and 199 deletions

View File

@@ -3,4 +3,5 @@
IoTModule::IoTModule() {};
IoTModule::~IoTModule() {};
void* IoTModule::initInstance(String parameters) {};
ModuleInfo IoTModule::getInfo() {};
ModuleInfo IoTModule::getInfo() {};
void IoTModule::clear() {};