#bmp180

i2cdev-bmp180

BMP180 barometer, thermometer I2C driver

1 unstable release

Uses old Rust 2015

0.1.0 Aug 6, 2017

MIT/Apache

17KB
324 lines

BMP180

An I2C driver for the BMP180 barometer, thermometer.

Usage

Add the following to your Cargo.toml:

[dependencies]
i2csensors = "0.1.*"
i2cdev-bmp180 = "0.1.*"

Next, add the following to your crate root:

extern crate i2cdev_bmp180;
extern crate i2csensors;

Dependencies

~1.8–3.5MB
~58K SLoC