fork WIZnetInterface
Dependents: Weather_Forecast_Helloworld_WIZwiki-W750 Weather_Forecast_Helloworld_WIZwiki-W750 Weather_Forecast_Helloworld_WIZwiki-W750_test DHCPAddressAssignment ... more
Fork of WIZnetInterface by
Diff: EthernetInterface.cpp
- Revision:
- 20:bda61525ac71
- Parent:
- 7:da6fcec0f3fe
--- a/EthernetInterface.cpp Wed Jul 01 04:02:50 2015 +0000
+++ b/EthernetInterface.cpp Wed Jul 22 02:11:37 2015 +0000
@@ -33,6 +33,14 @@
}
#endif
+int EthernetInterface::init()
+{
+ dhcp = true;
+ reset();
+
+ return 0;
+}
+
int EthernetInterface::init(uint8_t * mac)
{
dhcp = true;
IOP
