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:
Fri Feb 22 03:07:43 2013 +0000
Revision:
28:fbba4c58d14c
Parent:
26:b347ee3a1087
modifyed call back function

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gsfan 28:fbba4c58d14c 1 //#define DEBUG
gsfan 23:a783c62c36d0 2 //#define DEBUG_VIEW
gsfan 0:2f6062c6d018 3
gsfan 0:2f6062c6d018 4 #ifdef DEBUG
gsfan 0:2f6062c6d018 5 #define DBG(...) printf("" __VA_ARGS__)
gsfan 0:2f6062c6d018 6 #else
gsfan 0:2f6062c6d018 7 #define DBG(...)
gsfan 0:2f6062c6d018 8 #endif