mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-23 23:08:06 +00:00
Add W5500 Ethernet Module Driver
This commit is contained in:
parent
a4c41b05fe
commit
69e3fa6e34
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
- [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
|
- [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
|
||||||
- [stm32-eth] - MCU - Ethernet
|
- [stm32-eth] - MCU - Ethernet
|
||||||
- [bme680] - I2C - Temperature / humidity / gas / pressure sensor - ![crates.io](https://img.shields.io/crates/v/bme680.svg)
|
- [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
|
[MFRC522]: https://github.com/japaric/mfrc522
|
||||||
[MPU9250]: https://github.com/japaric/mpu9250
|
[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
|
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01
|
||||||
[stm32-eth]: https://github.com/astro/stm32-eth
|
[stm32-eth]: https://github.com/astro/stm32-eth
|
||||||
[bme680]: https://github.com/marcelbuesing/bme680
|
[bme680]: https://github.com/marcelbuesing/bme680
|
||||||
|
[w5500]: https://github.com/kellerkindt/w5500
|
||||||
|
|
||||||
## no-std crates
|
## no-std crates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue