Be able to IP, Subnet, Gateway and Mac; and send udp packets

This commit is contained in:
Michael Watzko 2018-03-11 14:17:44 +01:00
commit f28b948dac
4 changed files with 532 additions and 0 deletions

9
Cargo.toml Normal file
View 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"