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.
Fork of Controle_ventilo_ethernet_v1_2_4 by
Diff: main.cpp
- Revision:
- 2:1dd0818af42e
- Parent:
- 1:179393386b47
- Child:
- 3:6c54aa6db861
--- a/main.cpp Fri Nov 18 10:46:45 2016 +0000 +++ b/main.cpp Fri Nov 18 10:48:35 2016 +0000 @@ -14,12 +14,12 @@ int main() { EthernetInterface eth; - eth.Ethernet(); //Use DHCP problème + eth.Ethernet(); // problème lib ethernet eth.connect(); printf("\nClient IP Address is %s \n", eth.get_ip_address()); UDPSocket sock; - sock.UDPSocket(); // problème + sock.UDPSocket(); // problème lib UDPSocket SocketAddress echo_server; echo_server.set_ip_address(ECHO_SERVER_ADDRESS);