mma8x5x 0.1.1

Platform-agnostic Rust driver for the MMA8451, MMA8452, MMA8453, MMA8652 and MMA8653 tri-axis accelerators.
Documentation
[dependencies.embedded-hal]
version = "0.2"
[dev-dependencies.embedded-hal-mock]
version = "0.8"

[dev-dependencies.linux-embedded-hal]
version = "0.3"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the MMA8451, MMA8452, MMA8453, MMA8652 and MMA8653 tri-axis accelerators."
documentation = "https://docs.rs/mma8x5x"
edition = "2018"
homepage = "https://github.com/eldruin/mma8x5x-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["accelerator", "motion", "sensor", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "mma8x5x"
readme = "README.md"
repository = "https://github.com/eldruin/mma8x5x-rs"
version = "0.1.1"
[profile.release]
lto = true