mma8452q 0.1.0

A platform agnostic driver to interface with the MMA8452Q 3-Axis Accelerometer via I2C [embedded-hal] and implements the [`Accelerometer` trait][trait] from the `accelerometer` crate. This chip can be found on Sparkfun's MMA8452Q breakout board.
Documentation
[dependencies.accelerometer]
version = "0.11"

[dependencies.cast]
default-features = false
version = "0.2"

[dependencies.embedded-hal]
version = "0.2"
[dev-dependencies.embedded-hal-mock]
version = "0.7"

[features]
default = []
out_f32 = []

[package]
authors = ["Tristan Lostroh <tl8roy@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A platform agnostic driver to interface with the MMA8452Q 3-Axis Accelerometer via I2C [embedded-hal] and implements the [`Accelerometer` trait][trait] from the `accelerometer` crate.  This chip can be found on Sparkfun's MMA8452Q breakout board."
edition = "2018"
keywords = ["accelerometer", "sensor", "i2c", "driver", "embedded-hal-driver"]
license = "MIT"
name = "mma8452q"
version = "0.1.0"
[profile.release]
lto = true