For lecture

Dependencies:   WIZnetInterface mbed WIZwiki-W7500-lecture

Dependents:   WIZwiki-W7500-lecture1-tcp WIZwiki-W7500-lecture2-udp WIZwiki-W7500-lecture WIZwiki-W7500-lecture1-tcp-server ... more

Fork of TCPClient_HelloWorld_WIZwiki-W7500 by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
bangbh
Date:
Mon Feb 01 23:27:40 2016 +0000
Parent:
3:6bf1bacd14f5
Child:
5:debe04dc13ff
Commit message:
For lecture

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Feb 01 01:22:38 2016 +0000
+++ b/main.cpp	Mon Feb 01 23:27:40 2016 +0000
@@ -5,7 +5,7 @@
     
     EthernetInterface eth;
     
-    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x01, 0x02};
+    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0xFF, 0xFF, 0xFF};
     eth.init(mac_addr, "192.168.0.180", "255.255.255.0", "192.168.0.1"); // USE Static IP
     //eth.init(mac_addr); //Use DHCP
     eth.connect();