WIZnetInterface

Dependents:   Smart_LED_WIZwiki-W7500

Fork of WIZnetInterface by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
nanjsk
Date:
Mon Jun 29 12:56:08 2015 +0000
Parent:
18:27b3e3a39df4
Commit message:
1st

Changed in this revision

EthernetInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.cpp	Mon Jun 29 04:05:10 2015 +0000
+++ b/EthernetInterface.cpp	Mon Jun 29 12:56:08 2015 +0000
@@ -58,8 +58,8 @@
     reset();
 
     // @Jul. 8. 2014 add code. should be called to write chip.
-    setmac();
-    setip();
+    //setmac();
+    //setip();
     
     return 0;
 }