123

Revision:
13:95c00132cd98
Parent:
11:647d53d146f1
Child:
14:7648334eb41b
diff -r 1dd995402b99 -r 95c00132cd98 UipEthernet.h
--- a/UipEthernet.h	Fri Aug 30 19:15:42 2019 +0000
+++ b/UipEthernet.h	Sat Aug 31 20:34:52 2019 +0000
@@ -69,6 +69,7 @@
     UipEthernet (const uint8_t mac[6], PinName mosi, PinName miso, PinName sck, PinName cs);
 
     int               connect();
+    void              disconnect();
     void              set_network(uint8_t octet1, uint8_t octet2, uint8_t octet3, uint8_t octet4);
     void              set_network(IpAddress ip);
     void              set_network(IpAddress ip, IpAddress dns);