This is library for using WizFi250

Dependents:   WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more

Revision:
1:23e6f886c8f1
Parent:
0:f2039204c8f6
Child:
3:bb87855a8277
--- a/WizFi250/WizFi250.h	Mon Jun 02 23:34:10 2014 +0000
+++ b/WizFi250/WizFi250.h	Tue Jun 03 00:59:50 2014 +0000
@@ -227,7 +227,7 @@
         int port;
         int send_length;
         int recv_length;
-        CircBuffer<char> *buf = NULL;
+        CircBuffer<char> *buf;
         volatile bool received;
         volatile int parent;
         volatile bool accept;
@@ -284,7 +284,6 @@
     int  lockUart   (int ms);
     void unlockUart ();
     void initUart   (PinName cts, PinName rts, PinName alarm, int baud);
-    void attach_rx  (bool callback);
 
 
     // --------- WizFi2550_util.cpp ---------