W5500 from SeeedStudio on NUCLEO-L476RG

Dependents:   coap-example Borsch coap-example

Fork of W5500Interface by AMETEK Powervar

Revision:
2:06b6f9f7c071
Parent:
1:2dee44ea52a9
--- 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
      */