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:
Michael Watzko 2018-04-01 23:15:20 +02:00
commit 7728fb22be
2 changed files with 145 additions and 37 deletions

View file

@ -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"