#i2c #async #sensors #embassy-hal #ms5611

no-std ms5611-i2c

no_std Library for the MS5611 barometric pressure sensor only for I2C with embassy

2 unstable releases

0.2.0 Mar 18, 2025
0.1.0 Feb 24, 2025

#2692 in Embedded development

Download history 91/week @ 2025-02-19 37/week @ 2025-02-26 1/week @ 2025-03-05 57/week @ 2025-03-12 56/week @ 2025-03-19

179 downloads per month

MIT/Apache

20KB
247 lines

MS5611 Library for Rust Latest Version Documentation

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