Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface SeeedGrayOLED USBDevice mbed-rtos mbed
Fork of Ethernet_Status_HelloWorld by
Diff: main.cpp
- Revision:
- 2:922ee74b0192
- Parent:
- 0:9e8b3fd68f6c
- Child:
- 3:af736e1af4a9
diff -r 67817eb9bb9e -r 922ee74b0192 main.cpp
--- 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;
}
