Example of code that returns information about the status of the Ethernet connection.
Dependencies: EthernetInterface mbed-rtos mbed
Revision 3:af736e1af4a9, committed 2014-02-15
- 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 |
diff -r 922ee74b0192 -r af736e1af4a9 main.cpp --- 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 */