Limited AP for GSwifi see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Dependencies:   GSwifi mbed

Revision:
1:8787738dafcb
Parent:
0:62a5cb194da6
Child:
2:0fff24372b0b
diff -r 62a5cb194da6 -r 8787738dafcb main.cpp
--- a/main.cpp	Tue Aug 21 08:37:03 2012 +0000
+++ b/main.cpp	Wed Aug 22 00:49:34 2012 +0000
@@ -7,7 +7,8 @@
 #define SSID "SSID"
 #define PASS "1234567890" // 10 or 26 hexadecimal digits
 
-GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS
+GSwifi gs(p13, p14); // TX, RX (no flow control)
+// GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS
 Serial pc(USBTX, USBRX);
 DigitalOut led1(LED1), led2(LED2);