tedyapo/arduino-MLX90393

Making the I2C stream extensible

Closed this issue · 3 comments

Other platforms (Teensy, etc) have multiple Wire streams (Wire1, Wire2, etc). It would be nice to add an option to .begin() that allows for other I2C streams.

I attempted to create a separate branch for this but failed. This feature is implemented in pull request #12.

Nice enhancement; can't have too many ports these days. Thanks for your work on this!

Do you know why pulling a branch failed? Are there changes required in the way the repo is configured, or was git just being temperamental?

Not sure why the 2nd branch failed: most likely user error ;)