Fork of the original WiflyInterface by mbed, merged with fixes for the Seeedstudio Wifi Shield.

Dependents:   Seeed_WiFi_Shield Mokoversity_WoT_Wifly_Temperature

Fork of WiflyInterface by Liyou Zhou

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Tue Apr 08 18:40:35 2014 +0000
Parent:
8:04afe20d7927
Child:
11:fc3d86645d23
Commit message:
Documentation improvements

Changed in this revision

Wifly/Wifly.h Show annotated file Show diff for this revision Revisions of this file
--- a/Wifly/Wifly.h	Tue Apr 08 17:39:58 2014 +0000
+++ b/Wifly/Wifly.h	Tue Apr 08 18:40:35 2014 +0000
@@ -59,8 +59,8 @@
     * @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)
+    * @param phrase WEP, WPA or WPA2 key
+    * @param sec Security type (NONE, WEP_128 or WPA, WPA2)
     */
     Wifly(  PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec);