mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
recovery
This commit is contained in:
8
include/MySensorsDataParse.h
Normal file
8
include/MySensorsDataParse.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "Consts.h"
|
||||
#ifdef MYSENSORS
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
extern void loopMySensorsExecute();
|
||||
extern void sensorType(int index, int &num, String &widget, String &descr);
|
||||
extern void test(char* inputString);
|
||||
#endif
|
||||
Reference in New Issue
Block a user