Commit graph

12 commits

Author SHA1 Message Date
19dadbf21a
Update pyproject.toml
This is needed so that we can rely on the metadata in adafruit/circuitpython-build-tools#101
2024-12-01 09:11:19 -06:00
Tristan Warder
c832abd0c1
Merge pull request #4 from facts-engineering/remove-socketpoolcontants
Removed SocketPoolContants
2024-05-23 15:24:29 -04:00
Tristan Warder
399d17c8df Removed SocketPoolContants
These constants have been moved to the SocketPool class.
2024-05-23 15:19:24 -04:00
AdamC
7c6f94716d
Merge pull request #3 from facts-engineering/wiznet5k-socketpool-migration
Update library to Wiznet5k's socketpool interface
2024-05-13 13:43:29 -04:00
Tristan Warder
73b1105301 Add typo
I'm sorry
2024-05-13 13:09:13 -04:00
Tristan Warder
f23509d4fd Updated helper example 2024-05-13 13:05:10 -04:00
Tristan Warder
c49ffa871f Update helpers to use socketpools
Gives users a "get_socketpool" function and modifies NTP_RTC code to utilize socketpools instead of the old socket interface.
2024-05-03 11:19:33 -04:00
Tristan Warder
0d58f55ba7
Merge pull request #2 from facts-engineering/fix-ntp
Fixed error in NTP sync
2024-01-24 13:34:21 -05:00
Tristan Warder
4a91cec2c0 Fixed error in NTP sync 2024-01-24 13:33:38 -05:00
AdamC
b92c084288
Merge pull request #1 from facts-engineering/fix-ethernet
Fix get_ethernet()
2024-01-24 12:32:48 -05:00
Tristan Warder
50d9729001 Fix get_ethernet()
mac is now passed in as bytes instead of a bytearray to match the WIZNET5K constructor.
2024-01-24 10:46:28 -05:00
Tristan Warder
4023287823 Initial commit 2023-10-06 10:46:03 -04:00