Wertyuud / ms5611

no_std driver for the MS5611 (barometric pressure sensor)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MS5611

no_std driver for the MS5611 (barometric pressure sensor)

The Device

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

Status

  • SPI access
  • Measure Pressure
  • Measure Temperature
  • Get factory coefficients
  • Check Coefficients CRC
  • Basic tests (CRC, basic converstion)
  • I2C access
  • CI
  • Documentation

License

Licensed under either of

at your option.

About

no_std driver for the MS5611 (barometric pressure sensor)

License:Apache License 2.0


Languages

Language:Rust 100.0%