I'm using CircuitPython by uploading it on the Raspberry Pi Pico board.
I tried to make a uf2 file according to the contents in the guide.(https://learn.adafruit.com/building-cir ... cuitpython)
I want to create a uf2 file with added network functionality. Is there a way to get and use the Adafruit_wiznet5k file provided by Bundle?
Just as Adafruit_bus_device is ported, I would like to add a wiznet5k library.
Instead of adding a library to the lib file, we try to implement the ethernet function with a uf2 file. Can you help me?
Thank you.
I'm using CircuitPython by uploading it on the Raspberry Pi Pico board.
I tried to make a uf2 file according to the contents in the guide.(https://learn.adafruit.com/building-cir ... cuitpython)
I want to create a uf2 file with added network functionality. Is there a way to get and use the Adafruit_wiznet5k file provided by Bundle?
Just as Adafruit_bus_device is ported, I would like to add a wiznet5k library.
Instead of adding a library to the lib file, we try to implement the ethernet function with a uf2 file. Can you help me?
Thank you.