eth
Dependencies: EthernetInterface mbed-rtos mbed
Fork of FRDM_K64F-Ethernet by
Revision 7:b1bfd14f3ef8, committed 2015-04-23
- Comitter:
- dariusz777
- Date:
- Thu Apr 23 18:48:55 2015 +0000
- Parent:
- 6:0ace244a8a9a
- Commit message:
- NA ZAJECIA OSTATECZNE
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Apr 23 18:48:10 2015 +0000 +++ b/main.cpp Thu Apr 23 18:48:55 2015 +0000 @@ -1,10 +1,10 @@ #include "mbed.h" #include "EthernetInterface.h" -#define IP "192.168.0.52" -#define MASK "255.255.255.0" -#define GW "0.0.0.0" -#define PORT 80 +#define IP "*****" +#define MASK "*****" +#define GW "****" +#define PORT ** int main (void){ EthernetInterface eth;