Adjusted Initialization of MAC address
Fork of WIZnetInterface by
Diff: EthernetInterface.h
- Revision:
- 3:f8c6efc8bf83
- Parent:
- 0:6f28332c466f
- Child:
- 7:da6fcec0f3fe
--- 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).
