tmp006 0.2.0

Platform-agnostic Rust driver for the TMP006/TMP006B non-contact infrared (IR) thermopile temperature sensor.
Documentation
[dependencies.embedded-hal]
version = "0.2.5"

[dependencies.libm]
version = "0.2"

[dependencies.nb]
version = "1"
[dev-dependencies.embedded-hal-mock]
version = "0.8"

[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 TMP006/TMP006B non-contact infrared (IR) thermopile temperature sensor."
documentation = "https://docs.rs/tmp006"
edition = "2018"
homepage = "https://github.com/eldruin/tmp006-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["temperature", "thermopile", "sensor", "driver", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "tmp006"
readme = "README.md"
repository = "https://github.com/eldruin/tmp006-rs"
version = "0.2.0"
[profile.release]
lto = true