adafruit / Adafruit-BMP085-Library

A powerful but easy to use BMP085/BMP180 Arduino library
http://www.adafruit.com/products/1603
233 stars 194 forks source link

Allow override of I2C pins the BMP is connected to #23

Closed wiswaud closed 3 years ago

wiswaud commented 7 years ago

The Arduino Wire library will use the platform's default SDA and SCL pins to communicate. However, it also allows one to specify which pin to use, as many platforms can make use of other pins to do I2C. This PR allows a user of BMP085 lib to specify the pins it's connected to, BUT does not change the default behavior.

ladyada commented 3 years ago

added optional Wire interface in https://github.com/adafruit/Adafruit-BMP085-Library/pull/29