mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил два главных буфера, передаю эстафету Илье!!!
This commit is contained in:
8
include/EventsAndOrders.h
Normal file
8
include/EventsAndOrders.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
|
||||
extern void generateOrder(const String& id, const String& value);
|
||||
extern void handleOrder();
|
||||
|
||||
extern void generateEvent(const String& id, const String& value);
|
||||
extern void handleEvent();
|
||||
Reference in New Issue
Block a user