Closed bobemoe closed 4 years ago
no plans, we only support hardware i2c for our libraries!
I've managed to hack it in using https://github.com/felias-fogg/SlowSoftWire , I guess you're not interested in a PR then?
its best to keep in your fork, thanks !
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.