# Adafruit Unified BMP085/BMP180 Driver (Barometric Pressure Sensor) [![Build Status](https://github.com/adafruit/Adafruit_BMP085_Unified/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_BMP085_Unified/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_BMP085_Unified/html/index.html)
This driver is for the Adafruit BMP085 Breakout (http://www.adafruit.com/products/391) or BMP180 breakout (http://www.adafruit.com/products/1603), and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor).
## About the BMP085 / BMP180 ##
This precision sensor from Bosch is the best low-cost sensing solution for measuring barometric pressure and temperature. Because pressure changes with altitude you can also use it as an altimeter!
## What is the Adafruit Unified Sensor Library? ##
The Adafruit Unified Sensor Library ([Adafruit_Sensor](https://github.com/adafruit/Adafruit_Sensor)) provides a common interface and data type for any supported sensor. It defines some basic information about the sensor (sensor limits, etc.), and returns standard SI units of a specific type and scale for each supported sensor type.
It provides a simple abstraction layer between your application and the actual sensor HW, allowing you to drop in any comparable sensor with only one or two lines of code to change in your project (essentially the constructor since the functions to read sensor data and get information about the sensor are defined in the base Adafruit_Sensor class).
This is imporant useful for two reasons:
1.) You can use the data right away because it's already converted to SI units that you understand and can compare, rather than meaningless values like 0..1023.
2.) Because SI units are standardised in the sensor library, you can also do quick sanity checks when working with new sensors, or drop in any comparable sensor if you need better sensitivity or if a lower cost unit becomes available, etc.
Light sensors will always report units in lux, gyroscopes will always report units in rad/s, etc. ... freeing you up to focus on the data, rather than digging through the datasheet to understand what the sensor's raw numbers really mean.
## About this Driver ##
Adafruit invests time and resources providing this open source code. Please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Kevin (KTOWN) Townsend for Adafruit Industries.
快撑死的鱼
- 粉丝: 2w+
- 资源: 9156
最新资源
- 颜料墨水粘合剂,全球前13强生产商排名及市场份额(by QYResearch).pdf
- 小核酸药物,全球前12强生产商排名及市场份额(by QYResearch).pdf
- 硬盘销毁设备,北美前17强生产商排名及市场份额.pdf
- 硬盘销毁设备,全球前12强生产商排名及市场份额(by QYResearch).pdf
- 医药级哌啶衍生物,全球前8强生产商排名及市场份额(by QYResearch).pdf
- 原子层沉积(ALD)隔膜阀,全球前5强生产商排名及市场份额(by QYResearch).pdf
- 中空纤维膜氮氧分离系统,全球前10强生产商排名及市场份额(by QYResearch).pdf
- 6分力传感器,全球前25强生产商排名及市场份额(by QYResearch).pdf
- 基于Python Turtle库的流星图案绘制代码实例
- 普通电机控制程序 封装好的电机功能块,西门子plc,支持博途v15以上版本 包括正转,反转,变频控制,模拟量,故障,故障复位,控制字来显示电机的6种状态等,底层使用SCl编程,直接可以导出库文件,使
- 仿mediaPlayer小的样子,马马虎虎
- 双伺服打孔机程序双伺服打孔机程序,使用三菱FX1S系列PLC和威纶通,也可以额外有偿转移指其他触摸屏,比如昆仑通态还有信捷等等
- C# Modbus RTU协议主站设计工程源码带注释,开源dll文件,支持访问多个从站,多线程实现
- this is an important file
- 使用Python Turtle绘制蝙蝠图形实例演示
- 黑龙江省各市、县、区及街镇SVG图
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈