GainSpan Wi-Fi library see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Dependents:   GSwifi_httpd GSwifi_websocket GSwifi_tcpclient GSwifi_tcpserver ... more

Fork of GSwifi by gs fan

GainSpan Wi-Fi library

The GS1011 is an ultra low power 802.11b wireless module from GainSpan.

see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

/media/uploads/gsfan/gs_im_002.jpg /media/uploads/gsfan/gs1011m_2.jpg

ゲインスパン Wi-Fi モジュール ライブラリ

ゲインスパン社の低電力 Wi-Fiモジュール(無線LAN) GS1011 シリーズ用のライブラリです。

解説: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Revision:
7:b75b7fc144ff
Parent:
6:a423f0d197de
Child:
10:698c5e96b5b1
--- a/GSwifi.h	Thu Aug 16 05:01:19 2012 +0000
+++ b/GSwifi.h	Tue Aug 21 07:38:34 2012 +0000
@@ -10,6 +10,9 @@
  * module configuration: ATB=115200
  */
 
+#ifndef _GSWIFI_H_
+#define _GSWIFI_H_
+
 #include "mbed.h"
 #include "RingBuffer.h"
 #include "host.h"
@@ -332,3 +335,5 @@
     struct GS_Socket _gs_sock[16];
     time_t _time;
 };
+
+#endif