ms56xx 0.1.1

no_std driver for MS56xx barometric pressure sensors (MS5607, MS5611, MS5637)
Documentation

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.