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

Files at this revision

API Documentation at this revision

Comitter:
kishino
Date:
Fri Sep 19 01:46:17 2014 +0000
Parent:
41:1c1b5ad4d491
Child:
43:d80bbb12ffe6
Commit message:
It was supported to the FRDM-KL46Z platform.

Changed in this revision

SNIC/MurataObject.h Show annotated file Show diff for this revision Revisions of this file
--- a/SNIC/MurataObject.h	Tue Jul 15 10:13:53 2014 +0000
+++ b/SNIC/MurataObject.h	Fri Sep 19 01:46:17 2014 +0000
@@ -23,6 +23,7 @@
 //#define _DEBUG      /* If this definition is enabled, debug log is output. */
 
 #ifdef _DEBUG
+extern Serial pc;
 #define DEBUG_PRINT(...)    { pc.printf(__VA_ARGS__);}
 #else
 #define DEBUG_PRINT(...)