ms8607 0.1.0

A platform agnostic driver for the MS8607 Pressure, Temperature, and Humidity Sensor from TE Connectivity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.embedded-hal]
version = "0.2.7"

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