honeywell_mpr

Crates.iohoneywell_mpr
lib.rshoneywell_mpr
version0.1.0
created_at2026-01-21 20:32:50.343096+00
updated_at2026-01-21 20:32:50.343096+00
descriptionA no-std driver for the Honeywell MPR sensor.
homepage
repositoryhttps://github.com/ardentTech/honeywell-mpr
max_upload_size
id2060059
size32,850
Jonathan D. Baker (ardentTech)

documentation

README

Honeywell MPR

#![no_std], async-first driver for the Honeywell MPR pressure sensor built on top of Rust embedded-hal. If you need blocking code, simply enable the sync feature in your Cargo.toml.

Chip Variants

See datasheet Figure 4 for a description of available chip variants. For implementing the correct driver, make note of the "Output Type" (I2C or SPI), the I2C address (if relevant), and the transfer function.

I2C

SPI

[!WARNING] The SPI implementation has NOT been verified or tested on hardware, and that is why there are no examples. If you have a SPI-based chip variation and want to contribute, please document your setup in relevant examples, update code as needed and open a PR.

Resources

License

Commit count: 11

cargo fmt