Rename Directory
This commit is contained in:
parent
4fd8a0a761
commit
74c37e3747
63 changed files with 2 additions and 4 deletions
9
ESPMegaPRO-OS-SDK/lib/ESPMegaPRO/ESPMegaTCP.hpp
Normal file
9
ESPMegaPRO-OS-SDK/lib/ESPMegaPRO/ESPMegaTCP.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
// ESPMega TCP API
|
||||
#include <Arduino.h>
|
||||
|
||||
class ESPMegaTCP
|
||||
{
|
||||
public:
|
||||
void begin();
|
||||
void loop();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue