Registry / networking / w5500-hl

w5500-hl

JSON →
library0.12.0rscratesunverified

Driver for the Wiznet W5500 internet offload chip.

# Cargo.toml [dependencies] w5500-hl = "0.12.0"
INSTALL
IMPORT
SIG · W5500-HL
W
w5500-hl
networkingrustv0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

W5500
use w5500_hl::W5500;

Create a W5500 driver instance.

use w5500_hl::W5500; fn main() { let mut w5500 = W5500::new(/* spi, cs */); println!("W5500 driver created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
w5500-hl — cargo add w5500-hl · libregistry