Skip to content

Commit e3c8e6f

Browse files
authored
Merge pull request #30 from HarkonenBade/readme-badges
Add badges to README
2 parents 2de56b0 + 187ea7d commit e3c8e6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
stm32f0xx-hal
22
=============
3+
[![Travis](https://img.shields.io/travis/stm32-rs/stm32f0xx-hal.svg)](https://travis-ci.org/stm32-rs/stm32f0xx-hal)
4+
[![Crates.io](https://img.shields.io/crates/v/stm32f0xx-hal.svg)](https://crates.io/crates/stm32f0xx-hal)
5+
[![docs.rs](https://docs.rs/stm32f0xx-hal/badge.svg)](https://docs.rs/stm32f0xx-hal/)
36

47
_stm32f0xx-hal_ contains a hardware abstraction on top of the peripheral access
58
API for the STMicro STM32F0xx family of microcontrollers. It replaces the

0 commit comments

Comments
 (0)