Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: EvrythngApi Websocket_Ethernet_HelloWorld_W5500 Websocket_Ethernet_W5500 CurrentWeatherData_W5500 ... more
Diff: EthernetInterface.cpp
- Revision:
- 5:8aefaef88f79
- Parent:
- 1:8f4374f932b4
- Child:
- 6:677dfa3984d1
--- a/EthernetInterface.cpp Mon Sep 01 01:54:29 2014 +0000
+++ b/EthernetInterface.cpp Fri Sep 26 08:05:41 2014 +0000
@@ -41,6 +41,14 @@
ip_set = false;
}
+////#if define(TARGET_KL25Z)
+//EthernetInterface::EthernetInterface() : WIZnet_Chip(D11, D12, D13, D10, D9)
+//{
+// wait(1); // 1 second for stable state
+//
+// ip_set = false;
+//}
+
int EthernetInterface::init()
{
dhcp = true;
WIZ550io
W5500