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_WifiInterface.cpp
- Revision:
- 26:f2e1030964e4
- Parent:
- 24:987e412ae879
- Child:
- 28:b796031f6519
diff -r 67183ed15708 -r f2e1030964e4 SNIC_WifiInterface.cpp --- a/SNIC_WifiInterface.cpp Fri Mar 28 01:56:08 2014 +0000 +++ b/SNIC_WifiInterface.cpp Fri Mar 28 03:03:40 2014 +0000 @@ -25,6 +25,10 @@ mModuleReset = reset; } +C_SNIC_WifiInterface::~C_SNIC_WifiInterface() +{ +} + int C_SNIC_WifiInterface::init() { C_SNIC_Core *snic_core_p = C_SNIC_Core::getInstance();