sparkfun / SparkFun_BME280_Arduino_Library

An Arduino library to control the BME280 humidity and pressure sensor.
https://www.sparkfun.com/products/14348
Other
120 stars 113 forks source link

Add the ability to manually specify the pins for I2C transmission #12

Closed olicooper closed 6 years ago

nseidle commented 6 years ago

Neat little addition. Thanks!

nseidle commented 6 years ago

Hi Olicooper - Upon testing, compile fails. What Wire library are you using that has begin(SDA, SCL). This doesn't seem to be the built in wire lib to Arduino. I have to revert back but if you can help me understand what you've written I'll try to include it.

There's a new version of the lib incoming so please be sure to check out the latest version.