adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
16 stars 36 forks source link

example upload #47

Open min-hs opened 3 years ago

min-hs commented 3 years ago

I want an example to be added to the Adafruit_wiznet5k library. Is it possible to upload the Adafruit library as in the examples on Wiznet's github? For your information, they are based on Adafruit's examples. Please check if it's possible. Link - https://github.com/Wiznet/RP2040-HAT-CircuitPython/tree/master/examples

brentru commented 2 years ago

Hi,

Feel free to submit any examples as a pull request: https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pulls

anecdata commented 2 years ago

A PR for any changes to support W5100S is also very welcome.

brentru commented 2 years ago

@anecdata @min-hs submitted a PR (https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/48) which includes support for the W5100S!

anecdata commented 2 years ago

@brentru Very nice, saw that earlier. I'm getting WIZnet W5100S-EVB-Pico next week, so hopefully can test it out.

anecdata commented 1 year ago

Does this need to stay open? Anyone interested can create a PR to add examples to this repo.