2 unstable releases
0.2.0 | Mar 18, 2025 |
---|---|
0.1.0 | Feb 24, 2025 |
#2692 in Embedded development
179 downloads per month
20KB
247 lines
MS5611 Library for Rust

A library for the MS5611 barometric pressure sensor. Only supports the i2c interface (no SPI). Works with embassy-hal. Support sync and async-i2c Based on https://github.com/braincore/ms5611-rs
Features
- Per datasheet, computes the second order temperature compensation.
- Validates the PROM's checksum.
- runs with embassy-hal
- supports embedded_hal_async::i2c::I2c
Dependencies
~1.2–1.9MB
~36K SLoC