ESP8266
Dependencies: mbed
Diff: ESP8266.h
- Revision:
- 1:edcfe804de99
- Parent:
- 0:3222c85ebd43
--- a/ESP8266.h Sun Dec 10 06:10:50 2017 +0000 +++ b/ESP8266.h Sun Dec 10 08:08:29 2017 +0000 @@ -20,14 +20,16 @@ * ESP8266 destructor */ ~ESP8266(); - -void SetPath(int path); + +void check(void); +void look(void); +void SetPath(char * t, char* o, char * v); void Check(char * con); void SendCMD(char * s); void Reset(void); void RcvReply(char * r, int to); void GetList(char * l); -void Join(char * id); +void Join(char * id, char * pwd); void GetIP(char * ip); void SetMode(char mode); void Quit(void);