[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.5"
[package]
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform agnostic Rust driver for the ma734, digital angle sensor that detects the absolute angular position of a permanent magnet"
documentation = "https://docs.rs/ma734"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["ma734", "driver", "embedded-hal-driver"]
license = "MIT/Apache-2.0"
name = "ma734"
readme = "README.md"
repository = "https://github.com/dotcypress/ma734"
version = "0.0.2"