exeption of receive(TCPSocketconnection)
Dependents: FTP_SDCard_File_Client_WIZwiki-W7500 FTPClient_example Freedman DigitalCamera_OV5642_WIZwiki-W7500 ... more
Fork of WIZnetInterface by
Diff: EthernetInterface.cpp
- Revision:
- 7:da6fcec0f3fe
- Parent:
- 4:4930f81bbe98
--- a/EthernetInterface.cpp Mon Jun 15 22:44:54 2015 +0900
+++ b/EthernetInterface.cpp Mon Jun 15 23:43:56 2015 +0000
@@ -18,6 +18,8 @@
#include "EthernetInterface.h"
#include "DHCPClient.h"
+
+#if not defined(TARGET_WIZwiki_W7500)
EthernetInterface::EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset) :
WIZnet_Chip(mosi, miso, sclk, cs, reset)
{
@@ -29,7 +31,7 @@
{
ip_set = false;
}
-
+#endif
int EthernetInterface::init(uint8_t * mac)
{
