ms56xx

Crates.ioms56xx
lib.rsms56xx
version0.1.1
created_at2026-01-09 13:15:09.779364+00
updated_at2026-01-09 14:28:53.612833+00
descriptionno_std driver for MS56xx barometric pressure sensors (MS5607, MS5611, MS5637)
homepage
repositoryhttps://github.com/Rechenmaschine/ms56xx
max_upload_size
id2032055
size38,104
Louis Schell (Rechenmaschine)

documentation

https://docs.rs/ms56xx

README

ms56xx

CI Docs.rs Crates.io

Internal implementation crate for MS56xx family barometric pressure sensors (MS5607, MS5611, MS5637).

Provides core driver logic with support for I2C and SPI interfaces, async and blocking APIs via embedded-hal traits, and compile-time sensor variant selection using the typestate pattern.

For End Users

Don't use this crate directly. Instead, use one of the sensor-specific wrapper crates:

These provide a more ergonomic API without exposing typestate implementation details.

License

MIT or Apache-2.0 license, at your option.

Commit count: 5

cargo fmt