#driver #i2c #embedded-hal #bmp180 #bmp085

no-std bmp085-180-rs

Driver for BMP085 & BMP180 sensors

2 unstable releases

new 0.2.0 May 20, 2024
0.1.0 May 15, 2024

#731 in Embedded development

Download history 78/week @ 2024-05-09 156/week @ 2024-05-16

234 downloads per month

MIT license

20KB
330 lines

Rust driver for BMP085 & BMP180

Build Crate Documentation

bmp085-180-rs is a no-std Rust driver implementation for the BMP085 & BMP180 sensors using embedded-hal traits, for integration with most target platforms.

The Bosch BMP085 & BMP180 are barometric pressure & temperature sensor modules. Both are no longer in production.

Installation

$ cargo add bmp085-180-rs

Usage

See examples for usage with esp32.

License

The MIT License (MIT). Please see LICENSE for more information.

Dependencies

~465KB