ms5611-i2c

Crates.ioms5611-i2c
lib.rsms5611-i2c
version0.2.0
created_at2025-02-24 15:04:42.149288+00
updated_at2025-03-18 07:58:28.363048+00
descriptionno_std Library for the MS5611 barometric pressure sensor only for I2C with embassy
homepage
repositoryhttps://github.com/mwesterm/ms5611-i2c
max_upload_size
id1567585
size65,845
(mwesterm)

documentation

README

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
Commit count: 13

cargo fmt