Replace function signature 'fn ..<E, S: FullDuplex<u8, Error=E>>(&mut self, spi: &mut S,...)' with 'fn ..<E>(&mut self, spi: &mut FullDuplex<u8, Error=E>,..)' add SocketRegister, ability to conf./get/set socket interrupts
This commit is contained in:
parent
d98200c965
commit
7728fb22be
2 changed files with 145 additions and 37 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "w5500"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Michael Watzko <michael@watzko.de>"]
|
||||
repository = "https://github.com/kellerkindt/w5500.git"
|
||||
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue