RC
Dependents: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.h
- Revision:
- 7:ba28fe711055
- Parent:
- 6:e149bf87a1bd
- Child:
- 8:431172d536ee
--- a/WizFi250/WizFi250.h Fri Nov 14 15:22:27 2014 +0900 +++ b/WizFi250/WizFi250.h Fri Nov 14 15:27:47 2014 +0900 @@ -121,7 +121,6 @@ // --------- WizFi250_at.cpp --------- void clearFlags (); - int sendCommand (const char * cmd, const char *ACK, char *res = NULL , int timeout = DEFAULT_WAIT_RESP_TIMEOUT, int opt = 2); int sendCommand (const char * cmd, Response res = RES_NULL, int timeout = DEFAULT_WAIT_RESP_TIMEOUT, int opt = 2); int cmdAT (); @@ -222,7 +221,6 @@ void(*func)(int); } _con[8]; - // --------- WizFi250.cpp --------- int join ();