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
Diff: SNIC/SNIC_Core.cpp
- Revision:
- 37:f3a2053627c2
- Parent:
- 36:f33fcf5975ab
- Child:
- 38:f13e4e563d65
--- a/SNIC/SNIC_Core.cpp Thu Jun 19 10:15:47 2014 +0000
+++ b/SNIC/SNIC_Core.cpp Tue Jun 24 06:24:23 2014 +0000
@@ -77,9 +77,9 @@
DigitalOut reset_pin( reset );
reset_pin = 0;
- wait(0.2);
+ wait(0.1);
reset_pin = 1;
- wait(0.2);
+ wait(0.1);
return 0;
}
@@ -110,7 +110,6 @@
, unsigned char *req_buf_p, unsigned int req_buf_len
, unsigned char *response_buf_p, unsigned char *command_p )
{
- unsigned short payload_len;
unsigned int command_len = 0;
// Make all command request
muRata

Murata TypeYD