Hi Mike,
I'd look in: https://github.com/espruino/Espruino/tree/master/libs/network/wiznet
You'll need to download Wiznet's drivers for their site, and put the W5200 folder in there beside the W5500 folder.
Then just change the definitions at the top of this file:
https://github.com/espruino/Espruino/blob/master/libs/network/wiznet/Ethernet/wizchip_conf.h
And hopefully it will work... maybe :)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Mike,
I'd look in:
https://github.com/espruino/Espruino/tree/master/libs/network/wiznet
You'll need to download Wiznet's drivers for their site, and put the W5200 folder in there beside the W5500 folder.
Then just change the definitions at the top of this file:
https://github.com/espruino/Espruino/blob/master/libs/network/wiznet/Ethernet/wizchip_conf.h
And hopefully it will work... maybe :)