Example program for the C027Interface

Dependencies:   C027Interface NetworkSocketAPI mbed

Revision:
46:cf5ab96729e1
Parent:
44:d7c5a56450a1
Child:
50:a9926b8b21fe
--- a/main.cpp	Fri Feb 26 17:44:19 2016 +0000
+++ b/main.cpp	Thu Feb 25 11:11:25 2016 -0600
@@ -22,7 +22,7 @@
 void flash(){ myled = !myled; }
 
 LWIPInterface eth;
-TCPSocket socket(&eth); // TODO
+TCPSocket socket(&eth);
 
 int main()
 {