ms5637 0.1.0

no-std I2C driver for the MS5637 temperature and pressure sensor.
Documentation
[dependencies.embedded-hal]
version = "^0.2.0"

[dependencies.libm]
optional = true
version = "^0.2.0"

[features]
altitude-adjust = ["dep:libm"]
second-order = []

[package]
authors = ["decryphe"]
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
description = "no-std I2C driver for the MS5637 temperature and pressure sensor."
edition = "2021"
keywords = ["i2c", "no-std", "ms5637", "temperature", "pressure"]
license = "MIT"
name = "ms5637"
readme = "README"
repository = "https://github.com/decryphe/ms5637"
rust-version = "1.60"
version = "0.1.0"