1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2017年8月6日 |
---|
在 #bmp180 中排名 #5
17KB
324 行代码(不含注释)
BMP180
BMP180 气压计,温度计的 I2C 驱动程序。
用法
将以下内容添加到您的 Cargo.toml
[dependencies]
i2csensors = "0.1.*"
i2cdev-bmp180 = "0.1.*"
然后,将以下内容添加到您的 crate 根目录
extern crate i2cdev_bmp180;
extern crate i2csensors;
依赖关系
~2–3.5MB
~58K SLoC