W5500 driver for mbed OS 5

Dependents:   http-webserver-example mbed-os-example-sockets

Fork of W5500Interface by Sergei G

Revision:
2:06b6f9f7c071
Parent:
1:2dee44ea52a9
Child:
6:e2ab76b2be07
--- a/W5500Interface.h	Thu Jun 15 20:19:23 2017 +0000
+++ b/W5500Interface.h	Sat Jul 01 07:29:02 2017 +0000
@@ -65,6 +65,10 @@
      */
     virtual const char *get_ip_address();
 
+    /** Get MAC address and fill mac with it. 
+    */
+    void get_mac(uint8_t mac[6]) ;
+
     /** Get the internally stored MAC address
      *  @return             MAC address of the interface
      */