adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 37 forks source link

Example To Illustrate Usage with Adafruit_NTP Library #132

Closed FoamyGuy closed 7 months ago

FoamyGuy commented 1 year ago

It would be nice to have an example in this repo, or over in adafruit_ntp (or maybe both) that illustrates how to use wiznet5k with adafruit_ntp in order to the current from an ntp server.

FoamyGuy commented 1 year ago

There is a good start on this here: https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/issues/126#issuecomment-1611786080

anecdata commented 7 months ago

@FoamyGuy Does https://github.com/adafruit/Adafruit_CircuitPython_NTP/pull/31 satisfy the issue, or is more work needed?

FoamyGuy commented 7 months ago

I think that covers it. Thank you!