l3gd20-fork 0.4.0

A platform agnostic driver to interface the L3GD20 (gyroscope), forked
Documentation
[![Crates.io](https://img.shields.io/crates/v/l3gd20-fork)](https://crates.io/crates/l3gd20-fork)
[![docs.rs](https://img.shields.io/docsrs/l3gd20-fork)](https://docs.rs/l3gd20-fork)

# `l3gd20`

> A platform agnostic driver to interface with the L3GD20 and L3GD20H (gyroscope) which supports
> both the I2C and SPI interface.

This is a fork ([upstream](https://github.com/tstellanova/l3gd20)) which was also re-released to crates-io.

## Examples

You should find at least one example in the [f3] crate.

[f3]: https://docs.rs/f3/~0.5

## 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.