adafruit / Adafruit_BME280_Library

Arduino Library for BME280 sensors
Other
328 stars 301 forks source link

Software Wire / I2C #83

Closed bobemoe closed 4 years ago

bobemoe commented 4 years ago

Hi, is there any plan (or guides) on adding support for software wire so other Arduino pins can be used for I2C connection? I see we can pass our on Wire object into constructor, but this is not compatible with software wire. Looks like I could fork and hack it in but just checking this isn't already supported or something? Many thanks.

ladyada commented 4 years ago

no plans, we only support hardware i2c for our libraries!

bobemoe commented 4 years ago

I've managed to hack it in using https://github.com/felias-fogg/SlowSoftWire , I guess you're not interested in a PR then?

ladyada commented 4 years ago

its best to keep in your fork, thanks !