mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-24 17:00:40 +00:00
Merge pull request #57 from kellerkindt/patch-2
Link w5500 to crates.io instead to the github repo
This commit is contained in:
commit
1f4f783795
1 changed files with 2 additions and 2 deletions
|
@ -305,7 +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 with hardwired TCP/IP protocols : TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE
|
||||
- [w5500] - SPI - Ethernet Module with hardwired protocols : TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE - ![crates.io](https://img.shields.io/crates/v/w5500.svg)
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[MPU9250]: https://github.com/japaric/mpu9250
|
||||
|
@ -337,7 +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
|
||||
[w5500]: https://crates.io/crates/w5500
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue