mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил класс сенсора и наследующий класс аналогового сенсора
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
|
||||
extern void configure(String& path);
|
||||
7
include/Configuration.h
Normal file
7
include/Configuration.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#include "Classes/IoTSensor.h"
|
||||
|
||||
extern std::vector<IoTSensor*> iotSensors; // вектор ссылок базового класса IoTSensor - список всех запущенных сенсоров
|
||||
|
||||
extern void configure(String& path);
|
||||
Reference in New Issue
Block a user