bmp085-driver 0.1.2

A platform agnostic driver to interface the BOSCH BMP085 pressure sensor
Documentation

BMP085-driver [Latest Version][crates.io]

A platform agnostic driver to interface the BOSCH BMP085 pressure sensor, written in Rust.

Please note that the BMP085 sensor has been discontinued in 2013.

This driver was built using the embedded-hal traits.

API reference

What works

  • Reading the calibration coefficients from the sensor eeprom
  • Reading the uncompensated temperature from the sensor
  • Converting the uncompensated temperature to d℃
  • Reading the uncompensated pressure from the sensor
  • Converting the uncompensated pressure to hPa
  • Converting the pressure in hPa to hPa relative to altitude normal null (optional feature)

License

Licensed under either of