mcp9808 0.4.0

Platform agnostic Rust driver for the Microchip MCP9808 temperature sensor.
Documentation
[dependencies.bit_field]
version = "0.10.2"

[dependencies.cast]
default-features = false
version = "0.3.0"

[dependencies.embedded-hal]
version = "1.0.0-rc.1"

[features]
default = ["with_floating_point"]
no_floating_point = []
with_floating_point = []

[package]
authors = ["Michael BoĢˆckling <michael@boeckling.net>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform agnostic Rust driver for the Microchip MCP9808 temperature sensor."
keywords = ["embedded-hal-driver", "microchip", "driver", "temperature", "sensor"]
license = "MIT OR Apache-2.0"
name = "mcp9808"
readme = "README.md"
repository = "https://github.com/MrBuddyCasino/mcp9808-rs"
version = "0.4.0"
[profile.release]
debug = true
lto = true