modified to get more signal info

Dependencies:   WncControllerK64F

Fork of WNC14A2AInterface by Avnet

Revision:
6:7fd9e590c4e7
Parent:
5:d197692c4447
Child:
7:9340bc9e8d64
--- a/WNC14A2AInterface.cpp	Wed Apr 19 01:05:21 2017 +0000
+++ b/WNC14A2AInterface.cpp	Wed Apr 19 15:19:05 2017 +0000
@@ -56,7 +56,7 @@
 //          NSAPI_ERROR_UNSUPPORTED when attempting to create a second object
 //
 
-WNC14A2AInterface::WNC14A2AInterface(BufferedSerial *dbg) : 
+WNC14A2AInterface::WNC14A2AInterface(WNCDebug *dbg) : 
  m_wncpoweredup(0),
  _pwnc(NULL),
  m_active_socket(-1),
@@ -615,7 +615,7 @@
  *
  * Return: void
  */
-void WNC14A2AInterface::debugOutput(BufferedSerial *dbgOut, char * format, ...) 
+void WNC14A2AInterface::debugOutput(WNCDebug *dbgOut, char * format, ...) 
 {
     if( dbgOut && m_debug ) {
         char buffer[256];