1 unstable release
0.0.1 | Oct 10, 2024 |
---|
#5 in #bmp180
192 downloads per month
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
Contributing & License
Please refer to embedded-drivers
lib.rs
:
Driver for BMP180 and BMP085.
Dependencies
~300KB