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/

Committer:
gsfan
Date:
Thu Nov 08 01:35:37 2012 +0000
Revision:
21:1270827d431a
Parent:
20:151b5a4fdd29
Child:
23:a783c62c36d0
fix

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gsfan 21:1270827d431a 1 //#define DEBUG
gsfan 0:2f6062c6d018 2
gsfan 0:2f6062c6d018 3 #ifdef DEBUG
gsfan 0:2f6062c6d018 4 #define DBG(...) printf("" __VA_ARGS__)
gsfan 0:2f6062c6d018 5 #else
gsfan 0:2f6062c6d018 6 #define DBG(...)
gsfan 0:2f6062c6d018 7 #endif