WIFI library for WIFI Shield of Seeed Studio

Fork of WiflyInterface by mbed official

Revision:
5:26ae56c7cb3d
Parent:
1:fb4494783863
--- a/WiflyInterface.h	Fri Aug 24 13:48:36 2012 +0000
+++ b/WiflyInterface.h	Thu Dec 19 09:56:59 2013 +0000
@@ -33,13 +33,11 @@
     *
     * \param tx mbed pin to use for tx line of Serial interface
     * \param rx mbed pin to use for rx line of Serial interface
-    * \param reset reset pin of the wifi module ()
-    * \param tcp_status connection status pin of the wifi module (GPIO 6)
     * \param ssid ssid of the network
     * \param phrase WEP or WPA key
     * \param sec Security type (NONE, WEP_128 or WPA)
     */
-  WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec = NONE);
+  WiflyInterface(PinName tx, PinName rx, const char * ssid, const char * phrase, Security sec = NONE);
 
   /** Initialize the interface with DHCP.
   * Initialize the interface and configure it to use DHCP (no connection at this point).