ccs811-rs 0.1.0

ams CCS811 Indoor air quality sensor
Documentation
[badges.coveralls]
branch = "master"
repository = "iohe/ccs811-rs"
service = "github"

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

[badges.travis-ci]
branch = "master"
repository = "iohe/ccs811-rs"
[dependencies.embedded-hal]
version = "0.2.3"

[dependencies.nb]
version = "0.1.1"
[dev-dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.3"

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

[dev-dependencies.rppal]
features = ["hal"]
version = "0.11.3"

[package]
authors = ["Ioan Herisanu <ioan.herisanu.dev@gmail.com>"]
categories = ["no-std"]
description = "ams CCS811 Indoor air quality sensor"
documentation = "https://docs.rs/ccs811-rs"
edition = "2018"
homepage = "https://github.com/iohe/ccs811-rs"
keywords = ["ccs811-rs"]
license = "MIT OR Apache-2.0"
name = "ccs811-rs"
readme = "README.md"
repository = "https://github.com/iohe/ccs811-rs.git"
version = "0.1.0"