SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Revision:
35:e4e7f86fd975
Parent:
33:33f1bc919486
Child:
38:f13e4e563d65
--- a/Socket/Endpoint.cpp	Mon Jun 09 08:28:07 2014 +0000
+++ b/Socket/Endpoint.cpp	Tue Jun 10 10:19:48 2014 +0000
@@ -46,8 +46,6 @@
     mIpAddress[0] = '\0';
 }
 
-#include "stdio.h"
-
 int Endpoint::set_address(const char* host, const int port)
 {
     reset_address();