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

Dependencies:   EthernetInterface mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
edodm85
Date:
Sat Feb 15 13:48:46 2014 +0000
Parent:
2:922ee74b0192
Commit message:
Fixed the 2nd disconnection of the cable

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Feb 15 13:43:36 2014 +0000
+++ b/main.cpp	Sat Feb 15 13:48:46 2014 +0000
@@ -1,7 +1,7 @@
 /*
  * Author: Edoardo De Marchi
  * Date: 15/02/14
- * Notes: Checks the Ethernet cable
+ * Notes: Checks the Ethernet cable connection
 */