adafruit / Adafruit_BME680

127 stars 76 forks source link

Allow i2c ports to be specified #11

Closed n00dles closed 6 years ago

n00dles commented 6 years ago

On ESP8266 I'm already using the default ports so I had to manually change Line 103 of Adafruit_BME680.cpp to

Wire.begin(4,5);

It would be great if we could specify the ports when initializing.

ladyada commented 6 years ago

wontfix -the default I2C device is 4 & 5 already! :)