Be able to IP, Subnet, Gateway and Mac; and send udp packets
This commit is contained in:
commit
f28b948dac
4 changed files with 532 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "w5500"
|
||||
version = "0.1.0"
|
||||
authors = ["Michael Watzko <michael@watzko.de>"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.2.1", default-features = false }
|
||||
embedded-hal = "0.1.2"
|
||||
nb = "0.1.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue