Skip to content

Commit 03fb86a

Browse files
committed
docs: add badges!
We have not yet published to crates.io, so those will be dead links until we do so (should be soon). Signed-off-by: Paul Osborne <[email protected]>
1 parent 3120629 commit 03fb86a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Linux GPIO Utils
22

3+
[![Build Status](https://travis-ci.org/rust-embedded/gpio-utils.svg?branch=master)](https://travis-ci.org/rust-embedded/gpio-utils)
4+
[![Version](https://img.shields.io/crates/v/gpio-utils.svg?maxAge=2592000)](https://crates.io/crates/gpio-utils)
5+
[![License](https://img.shields.io/crates/l/rustc-serialize.svg?maxAge=2592000)](https://github.com/rust-embedded/gpio-utils/blob/master/README.md#license)
6+
37
GPIO Utils provides convenient access to GPIOs on a Linux system. The library
48
builds on top of the sysfs interface to GPIOs exposed by the kernel and provides
59
essential functionality required for most embedded systems.

0 commit comments

Comments
 (0)