ThingPlug Test

Dependents:   WizFi310_ThingPlug_Test WizFi310_ThingPlug_Test_P

Fork of WizFi310Interface by WIZnet

Revision:
5:72212beb817c
Parent:
1:16e57103a7dd
--- a/WizFi310/WizFi310.h	Mon Apr 17 06:44:26 2017 +0000
+++ b/WizFi310/WizFi310.h	Mon Jun 26 00:17:10 2017 +0000
@@ -54,7 +54,7 @@
 class WizFi310
 {
 public:
-
+    
     enum AntennaMode{
         PCB = 0,
         UFL = 1,
@@ -172,9 +172,9 @@
 protected:
     static WizFi310 * _inst;
 
-
     // Serial _wizfi
     RawSerial _wizfi;
+    
     int _baud;
     DigitalIn *_cts;
     DigitalOut *_rts;
@@ -211,8 +211,6 @@
         int cid;
         int n;
         CircBuffer<char> *buf;
-        char dbgRespBuf[BUF_SIZE];
-        //char dummyBuf[BUF_SIZE];
     } _state;
 
 
@@ -293,8 +291,8 @@
 
 
     // --------- WizFi2550_util.cpp ---------
-    int x2i     (char c);
-    int i2x     (int i);
+    int x2i         (char c);
+    int i2x         (int i);
 
     // --------- WizFi250_ifc.cpp (For NetworkSocketAPI) ---------
     /**