[dependencies.embedded-hal]
version = "0.2.7"
[package]
authors = ["Daniel Naschberger <daniel@naschi.at>"]
categories = ["embedded", "no-std"]
description = "I2C driver for the EE895 CO2, Pressure and Temperature Sensor"
documentation = "https://docs.rs/ee895"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["no-std", "ee895", "co2", "embedded", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "ee895"
readme = "README.md"
repository = "https://github.com/naschidaniel/ee895"
version = "0.1.0"
[profile.dev]
debug = true
opt-level = "z"
[profile.release]
opt-level = "s"