ads1x1x 0.1.0

Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115.
Documentation
[badges.coveralls]
branch = "master"
repository = "eldruin/ads1x1x-rs"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "eldruin/ads1x1x-rs"
[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.2"

[dependencies.nb]
version = "0.1"
[dev-dependencies.embedded-hal-mock]
version = "0.4"

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

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115."
documentation = "https://docs.rs/ads1x1x"
homepage = "https://github.com/eldruin/ads1x1x-rs"
include = ["**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["adc", "analog", "driver", "i2c", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "ads1x1x"
readme = "README.md"
repository = "https://github.com/eldruin/ads1x1x-rs"
version = "0.1.0"
[profile.release]
lto = true