Crates.io | bmp085-driver |
lib.rs | bmp085-driver |
version | 0.1.4 |
source | src |
created_at | 2019-01-18 06:47:28.196746 |
updated_at | 2019-01-20 17:48:06.440627 |
description | A platform agnostic driver to interface the BOSCH BMP085 pressure sensor |
homepage | |
repository | https://github.com/bwolf/bmp085-driver |
max_upload_size | |
id | 109287 |
size | 28,415 |
A platform agnostic driver to interface the Bosch Sensortec BMP085 pressure sensor, written in Rust.
Please note that the BMP085 sensor has been discontinued by Bosch Sensortec in 2013.
This driver is build using the embedded-hal traits.
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)
Tests for the conversion functions according to the data-sheet of the sensor
Licensed under either of