Example of code that returns information about the status of the Ethernet connection.

Dependencies:   EthernetInterface mbed-rtos mbed

Revision:
2:922ee74b0192
Parent:
0:9e8b3fd68f6c
Child:
3:af736e1af4a9
--- a/main.cpp	Thu Jan 16 13:28:17 2014 +0000
+++ b/main.cpp	Sat Feb 15 13:43:36 2014 +0000
@@ -1,7 +1,7 @@
 /*
  * Author: Edoardo De Marchi
- * Date: 15/01/14
- * Notes: OV7670 + FIFO AL422B camera test (TCP Ethernet)
+ * Date: 15/02/14
+ * Notes: Checks the Ethernet cable
 */
 
 
@@ -13,6 +13,7 @@
 DigitalOut led2(LED2);          
 DigitalOut led3(LED3);          
 DigitalOut led4(LED4);   
+
        
 //ETHERNET
 #define ECHO_SERVER_PORT   2000
@@ -68,6 +69,8 @@
                 eth_status = true; 
             }else
             {
+                eth_status = false;
+                eth_status_temp = true;
                 led1 = 0;                           
             }