| Crates.io | ms56xx |
| lib.rs | ms56xx |
| version | 0.1.1 |
| created_at | 2026-01-09 13:15:09.779364+00 |
| updated_at | 2026-01-09 14:28:53.612833+00 |
| description | no_std driver for MS56xx barometric pressure sensors (MS5607, MS5611, MS5637) |
| homepage | |
| repository | https://github.com/Rechenmaschine/ms56xx |
| max_upload_size | |
| id | 2032055 |
| size | 38,104 |
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.
Don't use this crate directly. Instead, use one of the sensor-specific wrapper crates:
ms5607-rs - For MS5607 sensors (I2C + SPI)ms5611-rs - For MS5611 sensors (I2C + SPI)ms5637-rs - For MS5637 sensors (I2C only)These provide a more ergonomic API without exposing typestate implementation details.
MIT or Apache-2.0 license, at your option.