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:
35:515ec79792d3
Parent:
32:e19538c1f13d
--- a/GSwifi_smtp.cpp	Fri Mar 29 14:58:07 2013 +0000
+++ b/GSwifi_smtp.cpp	Fri Jun 21 06:08:37 2013 +0000
@@ -20,12 +20,13 @@
  * GS1011MIC, GS1011MIP, GainSpan WiFi Breakout, etc.
  */
 
+#include "GSwifi_conf.h"
+#ifdef GS_ENABLE_SMTP
+
 #include "dbg.h"
 #include "mbed.h"
 #include "GSwifi.h"
 
-#ifdef GS_USE_SMTP
-
 int GSwifi::mail (Host &host, const char *to, const char *from, const char *subject, const char *mesg, const char *user, const char *pwd) {
     int ret = -1;
     int cid;