isl29125 0.1.0

Platform-agnostic Rust driver for the ISL29125 low-power digital RGB color light sensor with IR blocking filter.
Documentation
[badges.coveralls]
branch = "master"
repository = "eldruin/isl29125-rs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "eldruin/isl29125-rs"

[dependencies.embedded-hal]
version = "0.2.3"

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

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

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the ISL29125 low-power digital RGB color light sensor with IR blocking filter."
documentation = "https://docs.rs/isl29125"
edition = "2018"
homepage = "https://github.com/eldruin/isl29125-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["rgb", "color", "sensor", "ir", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "isl29125"
readme = "README.md"
repository = "https://github.com/eldruin/isl29125-rs"
version = "0.1.0"

[profile.release]
lto = true