accelerometer 0.12.0

Generic, embedded-friendly accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers and tracking device orientations.
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies.micromath]
features = ["vector"]
version = "1"

[features]
default = ["orientation"]
orientation = []

[package]
authors = ["Tony Arcieri <bascule@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = """
Generic, embedded-friendly accelerometer support, including
traits and types for taking readings from 2 or 3-axis
accelerometers and tracking device orientations.
"""
edition = "2018"
keywords = ["acceleration", "position", "tracking"]
license = "Apache-2.0 OR MIT"
name = "accelerometer"
readme = "README.md"
repository = "https://github.com/NeoBirth/accelerometer.rs"
version = "0.12.0"