btnrf52-gps/lib/BMP180MI/README.md

11 lines
347 B
Markdown
Raw Normal View History

2020-07-08 21:46:02 +00:00
Yet Another Arduino BMP085 / BMP180 Digital Pressure Sensor Library
home: https://bitbucket.org/christandlg/bmp180mi
sensor: https://www.bosch-sensortec.com/bst/products/all_products/bmp180
Features:
- Supports I2C via the Wire library
- Supports other I2C libraries via inheritance
- Never blocks or delays (except for convenience functions)