test
Dependencies: ARM Adafruit_GFX WIZnetInterface mbed
Fork of test by
Revision 2:6e6d15dbc3f4, committed 2017-02-23
- Comitter:
- Nasungil
- Date:
- Thu Feb 23 05:47:53 2017 +0000
- Parent:
- 1:5f4bd210e2f0
- Commit message:
- ????
Changed in this revision
ARM.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5f4bd210e2f0 -r 6e6d15dbc3f4 ARM.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ARM.lib Thu Feb 23 05:47:53 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/elevatorguy/code/ARM/#f86e6135dcbc
diff -r 5f4bd210e2f0 -r 6e6d15dbc3f4 main.cpp --- a/main.cpp Wed May 11 00:51:18 2016 +0000 +++ b/main.cpp Thu Feb 23 05:47:53 2017 +0000 @@ -25,7 +25,7 @@ int phy_link; printf("Wait a second...\r\n"); //--------- Have to modify the mac address------------- - uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x03, 0x04, 0x22}; + uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x03, 0x04, 0x23}; EthernetInterface eth; eth.init(mac_addr); //Use DHCP