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 mbed-rtos mbed ov7670
Diff: main.cpp
- Revision:
- 2:d6b38a4512eb
- Parent:
- 1:0e4d23df43ea
- Child:
- 3:df8de18d7fa9
--- a/main.cpp Sat Jul 20 16:36:31 2013 +0000
+++ b/main.cpp Sat Feb 15 15:17:08 2014 +0000
@@ -22,7 +22,10 @@
led4 = 0; // Snap status
//ETHERNET
+ //Static IP
eth.init(ip, mask, gateway);
+ //DHCP
+ //eth.init();
eth.connect();
server.bind(ECHO_SERVER_PORT);
server.listen(1);