mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
initial commit
This commit is contained in:
14
lib_standalone/ESP8266React.h
Normal file
14
lib_standalone/ESP8266React.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef ESP8266React_h
|
||||
#define ESP8266React_h
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
class ESP8266React {
|
||||
public:
|
||||
ESP8266React(void* server, void* fs);
|
||||
|
||||
void begin() {};
|
||||
void loop() {};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user