xca9548a 0.2.1

Platform-agnostic Rust driver for the TCA954xA and PCA954xA I2C switches/multiplexers.
Documentation
[badges.coveralls]
branch = "master"
repository = "eldruin/xca9548a-rs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "eldruin/xca9548a-rs"
[dependencies.embedded-hal]
version = "0.2"
[dev-dependencies.embedded-hal-mock]
version = "0.7"

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

[features]
default = []

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the TCA954xA and PCA954xA I2C switches/multiplexers."
documentation = "https://docs.rs/xca9548a"
edition = "2018"
homepage = "https://github.com/eldruin/xca9548a-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["i2c", "switch", "driver", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "xca9548a"
readme = "README.md"
repository = "https://github.com/eldruin/xca9548a-rs"
version = "0.2.1"
[profile.release]
lto = true