Wiznet / ioLibrary_Driver

ioLibrary_Driver can be used for the application design of WIZnet TCP/IP chips as W5500, W5300, W5200, W5100 W5100S.
MIT License
612 stars 333 forks source link

Support for multiple chips on the same uC. #144

Open taylorh140 opened 6 months ago

taylorh140 commented 6 months ago

Looking at the implementation of the library it looks like this will only support a single WIZ chip on a micro due to namespace collisions with reading and writitng.

I did consider that it might be possible to readjust the call back each time i service a different chip but this seems tedious.