ms8607 0.1.2

A platform agnostic driver for the MS8607 Pressure, Temperature, and Humidity Sensor from TE Connectivity
Documentation
[package]
name = "ms8607"
version = "0.1.2"
edition = "2021"
description = "A platform agnostic driver for the MS8607 Pressure, Temperature, and Humidity Sensor from TE Connectivity"
authors = ["Antoine Raulin <contact@araulin.eu>"]
repository = "https://github.com/HydroVinci-PULV/registry_rust_ms8607"
homepage = "https://github.com/HydroVinci-PULV/registry_rust_ms8607"
keywords=["embedded-hal-driver", "pressure", "temperature", "humidity", "sensor"]
categories = ["embedded", "hardware-support", "no-std"]
readme="README.md"
license="GPL-3.0"
exclude = [
    "assets/**/*",
    ".cargo/**/*",
    "memory.x",
]


[dependencies]
embedded-hal = "0.2.7"

[dev-dependencies]
# Used for examples
cortex-m = "0.7.7"
cortex-m-rt = "0.7.2"
cortex-m-semihosting = "0.5.0"
fugit = "0.3.6"
panic-halt = "0.2.0"
rp-pico = "0.6.0"
rp2040-hal = "0.7.0"
shared-bus = "0.2.5"