# [mprls](https://crates.io/crates/mprls)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://crates.io/crates/mpr)
Rust driver for Honeywell MPR pressure sensor.
## Documentation
Read the detailed documentation [here](https://docs.rs/mpr/)
## Build
### Raspberry Pi
```bash
cargo build --example raspberrypi
cargo run --example raspberrypi
```
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
## Resources
- [Datasheet](https://cdn.sparkfun.com/assets/2/e/8/0/9/honeywell-mpr-datasheet.pdf)
- [Evaluation Board](https://www.sparkfun.com/products/16476)