Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Wifly/Wifly.h
- Revision:
- 9:f2439377c172
- Parent:
- 8:04afe20d7927
- Child:
- 12:1aaea7f302e6
--- 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);