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: w7500-paho-mqtt openHAB_mqtt_W7500 kakaoIoTchatbot w7500-RFID-mqtt
Fork of WIZnetInterface by
Diff: EthernetInterface.h
- Revision:
- 3:f8c6efc8bf83
- Parent:
- 0:6f28332c466f
- Child:
- 7:da6fcec0f3fe
diff -r 26df0dc6e227 -r f8c6efc8bf83 EthernetInterface.h
--- a/EthernetInterface.h Mon Jun 15 13:33:39 2015 +0900
+++ b/EthernetInterface.h Mon Jun 15 12:55:19 2015 +0000
@@ -24,6 +24,8 @@
class EthernetInterface: public WIZnet_Chip {
public:
+ EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset);
+ EthernetInterface(SPI* spi, PinName cs, PinName reset);
/** Initialize the interface with DHCP.
* Initialize the interface and configure it to use DHCP (no connection at this point).
