Crates.io | ms5611 |
lib.rs | ms5611 |
version | 1.0.0 |
source | src |
created_at | 2018-07-25 08:46:48.829912 |
updated_at | 2018-07-25 08:46:48.829912 |
description | Library for the MS5611 barometric pressure sensor. |
homepage | |
repository | https://github.com/braincore/ms5611-rs |
max_upload_size | |
id | 75878 |
size | 12,473 |
A library for the MS5611 barometric pressure sensor. Only supports the i2c interface (no SPI).
See basic test in lib.rs
.
By default, uses i2c bus=1, addr=0x77. To override, use these environment variables:
MS5611_I2C_BUS2=1 MS5611_I2C_ADDR=119 cargo test