From a1068157918150016044f1881c2a21728bef888a Mon Sep 17 00:00:00 2001 From: kellerkindt Date: Wed, 10 Jun 2020 16:25:46 +0200 Subject: [PATCH] Add status badges to the README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86364e3..f6c056c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # W5500 Driver -This crate is a driver for the WIZnet W5500 chips. 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 -more popular platforms for Ethernet modules on Arduino platforms. +This crate is a driver for the WIZnet W5500 chip. The W5500 chip is a hardwired TCP/IP embedded Ethernet controller +that enables embedded systems using SPI (Serial Peripheral Interface) to access the LAN. It is one of the +more popular ethernet modules on Arduino platforms. + + +[![Build Status](https://github.com/kellerkindt/w5500/workflows/Rust/badge.svg)](https://github.com/kellerkindt/w5500/actions?query=workflow%3ARust) +[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/kellerkindt/w5500) +[![Crates.io](https://img.shields.io/crates/v/w5500.svg)](https://crates.io/crates/w5500) +[![Documentation](https://docs.rs/w5500/badge.svg)](https://docs.rs/w5500) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/kellerkindt/w5500/issues/new) + ## Embedded-HAL