max44009 0.1.0

Platform-agnostic Rust driver for the MAX44009 ambient light sensor.
Documentation
[package]
name = "max44009"
version = "0.1.0"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/max44009-rs"
license = "MIT OR Apache-2.0"
description = "Platform-agnostic Rust driver for the MAX44009 ambient light sensor."
readme = "README.md"
keywords = ["light", "sensor", "i2c", "driver", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]

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

[dependencies]
embedded-hal = "0.2"

[dev-dependencies]
linux-embedded-hal = "0.2"
embedded-hal-mock = "0.2"

[profile.release]
lto = true