A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
7:b794780e33b4
Parent:
2:849103b5a16d
Child:
9:91dae5300a4d
--- a/phy.h	Sun Feb 26 17:12:07 2017 +0000
+++ b/phy.h	Sun Mar 12 13:56:08 2017 +0000
@@ -1,3 +1,5 @@
 extern void PhyMain();
 extern void PhyInit();
 
+#define PHY_DO_NOTHING  0
+#define PHY_SEND_PACKET 1