From 69e3fa6e34b3ddd759563dbbf9b5a0911d7ac5c1 Mon Sep 17 00:00:00 2001 From: kellerkindt Date: Mon, 16 Jul 2018 14:58:21 +0200 Subject: [PATCH] Add W5500 Ethernet Module Driver --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dee0984..8d1c0f3 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio - [stm32-eth] - MCU - Ethernet - [bme680] - I2C - Temperature / humidity / gas / pressure sensor - ![crates.io](https://img.shields.io/crates/v/bme680.svg) +- [w5500] - SPI - Ethernet Module Driver [MFRC522]: https://github.com/japaric/mfrc522 [MPU9250]: https://github.com/japaric/mpu9250 @@ -336,6 +337,7 @@ Work in progress drivers. Help the authors make these crates awesome! [embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01 [stm32-eth]: https://github.com/astro/stm32-eth [bme680]: https://github.com/marcelbuesing/bme680 +[w5500]: https://github.com/kellerkindt/w5500 ## no-std crates