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 0cb6639 commit ad13a7cCopy full SHA for ad13a7c
w5500/w5500.go
@@ -18,9 +18,6 @@ var _debug debug = debugOff
18
// Resolver is a function that resolves a hostname to an IP address.
19
type Resolver func(host string) (netip.Addr, error)
20
21
-// PinOutput is a function that sets a pin high or low.
22
-type PinOutput func(level bool)
23
-
24
// Device is a driver for the W5500 Ethernet controller.
25
type Device struct {
26
maxSockets int
0 commit comments