Skip to content

Commit e65adf2

Browse files
committed
feat: add go doc
1 parent c91147e commit e65adf2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

w5500/w5500.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
18
package w5500
29

310
import (

0 commit comments

Comments
 (0)