Skip to content

Commit

Permalink
Document "next" branch
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
dbrgn committed Oct 17, 2018
1 parent b1492fc commit d1c7248
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# embedded-hal-mock

[![CircleCI][circle-ci-badge]][circle-ci]
- Master: [![CircleCI][circle-ci-badge]][circle-ci]
- Next: [![CircleCI][circle-ci-badge-next]][circle-ci-next]

This is a collection of types that implement the embedded-hal traits.

Expand Down Expand Up @@ -29,6 +30,16 @@ know.

See [docs](https://docs.rs/embedded-hal-mock/).

## Development Version of `embedded-hal`

If you would like to use the current development version of `embedded-hal`, you
can point your project at the `next` branch of this repository:

https://github.com/rust-embedded/embedded-hal/tree/next

[dev-dependencies]
embedded-hal = { git = "https://github.com/dbrgn/embedded-hal-mock", branch = "next" }

## License

Licensed under either of
Expand All @@ -48,3 +59,5 @@ be dual licensed as above, without any additional terms or conditions.
<!-- Badges -->
[circle-ci]: https://circleci.com/gh/dbrgn/embedded-hal-mock/tree/master
[circle-ci-badge]: https://circleci.com/gh/dbrgn/embedded-hal-mock/tree/master.svg?style=shield
[circle-ci-next]: https://circleci.com/gh/dbrgn/embedded-hal-mock/tree/next
[circle-ci-badge-next]: https://circleci.com/gh/dbrgn/embedded-hal-mock/tree/next.svg?style=shield

0 comments on commit d1c7248

Please sign in to comment.