Add status badges to the README
This commit is contained in:
parent
74a9ae5ccd
commit
a106815791
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -1,8 +1,16 @@
|
||||||
# W5500 Driver
|
# W5500 Driver
|
||||||
|
|
||||||
This crate is a driver for the WIZnet W5500 chips. The W5500 chip is a hardwired TCP/IP embedded Ethernet controller
|
This crate is a driver for the WIZnet W5500 chip. The W5500 chip is a hardwired TCP/IP embedded Ethernet controller
|
||||||
that enables easier internet connection for embedded systems using SPI (Serial Peripheral Interface). It is one of the
|
that enables embedded systems using SPI (Serial Peripheral Interface) to access the LAN. It is one of the
|
||||||
more popular platforms for Ethernet modules on Arduino platforms.
|
more popular ethernet modules on Arduino platforms.
|
||||||
|
|
||||||
|
|
||||||
|
[](https://github.com/kellerkindt/w5500/actions?query=workflow%3ARust)
|
||||||
|
[](https://github.com/kellerkindt/w5500)
|
||||||
|
[](https://crates.io/crates/w5500)
|
||||||
|
[](https://docs.rs/w5500)
|
||||||
|
[](https://github.com/kellerkindt/w5500/issues/new)
|
||||||
|
|
||||||
|
|
||||||
## Embedded-HAL
|
## Embedded-HAL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue