WIFI library for WIFI Shield of Seeed Studio

Fork of WiflyInterface by mbed official

Revision:
5:26ae56c7cb3d
Parent:
1:fb4494783863
--- a/WiflyInterface.cpp	Fri Aug 24 13:48:36 2012 +0000
+++ b/WiflyInterface.cpp	Thu Dec 19 09:56:59 2013 +0000
@@ -1,8 +1,8 @@
 #include "WiflyInterface.h"
 
-WiflyInterface::WiflyInterface( PinName tx, PinName rx, PinName reset, PinName tcp_status,
-                                const char * ssid, const char * phrase, Security sec) :
-    Wifly(tx, rx, reset, tcp_status, ssid, phrase, sec)
+WiflyInterface::WiflyInterface( PinName tx, PinName rx, 
+        const char * ssid, const char * phrase, Security sec) :
+        Wifly(tx, rx, ssid, phrase, sec)
 {
     ip_set = false;
 }