Connect Wi-Fi

Dependencies:   mbed

Fork of Server-ESP8266 by Digital dog

Revision:
5:569ef8ad0b45
Parent:
4:217a562d8950
Child:
6:c92b4601e449
--- a/ESP8266.h	Sun Dec 10 18:46:42 2017 +0000
+++ b/ESP8266.h	Mon Dec 11 07:16:36 2017 +0000
@@ -21,8 +21,12 @@
   */
   ~ESP8266();
 
+void Recieve(int hh);
+void SetPath(char * t, char* o, char * v);
+void SetTime(char time);
+void GetCurrent(void);
+void SetTransfer(void);
 void check(void);
-void look(void);
 void SetWiFi(char * name, char * ad);
 void SendCMD(char * s);
 void Reset(void);