#embedded-hal-driver #bmp180 #team #pressure #temperature #sensors #bmp085

no-std edrv-bmp180

Driver for BMP180 and BMP085, maintained by the embedded-drivers team

1 unstable release

0.0.1 Oct 10, 2024

#5 in #bmp180

Download history 140/week @ 2024-10-05 38/week @ 2024-10-12 4/week @ 2024-10-19 10/week @ 2024-10-26

192 downloads per month

MIT/Apache

16KB
301 lines

edrv-bmp180

Rust driver for BMP180 and BMP085.

Overview

This project provides a Rust driver for the BMP180 and BMP085 temperature and pressure sensors. It aims to offer a consistent and reliable interface for interacting with the BMP180 and BMP085 sensors in embedded Rust applications.

Maintenance

This project is maintained by the embedded-drivers team. Our organization's goal is to provide consistent driver access interfaces for embedded Rust and to maintain these drivers collectively to avoid orphaned crates.

Features

  • Read temperature and pressure data from the sensor

Usage

[Provide basic usage examples]

Documentation

Docs.rs link

Contributing & License

Please refer to embedded-drivers


lib.rs:

Driver for BMP180 and BMP085.

Dependencies

~300KB