no_std driver for the MS5611 (barometric pressure sensor)
The TE Connectivity MS5611 is a high resolution barometric pressure sensor. The device supports both SPI and I2C bus interfaces (this driver only supports SPI though).
More information and datasheet can be found at https://www.te.com/usa-en/product-CAT-BLPS0036.html#mdp-tabs-content
- SPI access
- Measure Pressure
- Measure Temperature
- Get factory coefficients
- Check Coefficients CRC
- Basic tests (CRC, basic converstion)
- I2C access
- CI
- Documentation
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.