From 187ea7d5b0d3efa058576c656908c40b3793fa4b Mon Sep 17 00:00:00 2001 From: HarkonenBade Date: Fri, 4 Jan 2019 17:44:19 +0000 Subject: [PATCH] Add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f8c3da..a4fa5bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ stm32f0xx-hal ============= +[![Travis](https://img.shields.io/travis/stm32-rs/stm32f0xx-hal.svg)](https://travis-ci.org/stm32-rs/stm32f0xx-hal) +[![Crates.io](https://img.shields.io/crates/v/stm32f0xx-hal.svg)](https://crates.io/crates/stm32f0xx-hal) +[![docs.rs](https://docs.rs/stm32f0xx-hal/badge.svg)](https://docs.rs/stm32f0xx-hal/) _stm32f0xx-hal_ contains a hardware abstraction on top of the peripheral access API for the STMicro STM32F0xx family of microcontrollers. It replaces the