We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91147e commit e65adf2Copy full SHA for e65adf2
w5500/w5500.go
@@ -1,3 +1,10 @@
1
+// Package w5500 implements a driver for the W5500 Ethernet controller.
2
+//
3
+// The driver supports basic network functionality including TCP and UDP sockets.
4
+// It currently does not use the IRQ or RST pins.
5
6
+// Datasheet: https://docs.wiznet.io/img/products/w5500/W5500_ds_v110e.pdf
7
+// Product Page: https://wiznet.io/products/ethernet-chips/w5500
8
package w5500
9
10
import (
0 commit comments