embedded-hal-sync-pins 0.3.0

embedded-hal pin implementations that can be shared between threads
Documentation
# embedded-hal-sync-pins

[![Rust GitHub Template](https://img.shields.io/badge/Rust%20GitHub-Template-blue)](https://rust-github.github.io/)
[![Crates.io](https://img.shields.io/crates/v/embedded-hal-sync-pins.svg)](https://crates.io/crates/embedded-hal-sync-pins)
[![Docs.rs](https://docs.rs/embedded-hal-sync-pins/badge.svg)](https://docs.rs/embedded-hal-sync-pins)
[![CI](https://github.com/niclashoyer/embedded-hal-sync-pins/workflows/Continuous%20Integration/badge.svg)](https://github.com/niclashoyer/embedded-hal-sync-pins/actions)
[![Coverage Status](https://coveralls.io/repos/github/niclashoyer/embedded-hal-sync-pins/badge.svg?branch=master)](https://coveralls.io/github/niclashoyer/embedded-hal-sync-pins?branch=master)

Pin implementations for [`embedded-hal`](https://github.com/rust-embedded/embedded-hal)
that can be manipulated and shared safely between threads.
Especially useful for integration testing.

## License

Licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license
   ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

See [CONTRIBUTING.md](CONTRIBUTING.md).