ioLibrary_Driver
ioLibrary_Driver copied to clipboard
Support for multiple chips on the same uC.
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.