pyOnionI2C for python3
-
Is there a way to get the i2c python libraries for python3? I have a project that needs some python3 features but I only see the python2 Omega i2c libraries.
-
Can you run the I2C as normal in python2 and return the values back to a program in python3?
I am thinking of doing this with pexpect:
http://pexpect.readthedocs.io/en/stable/install.html
-
Yeah, that is my next step (actually probably running them both and using a socket to pass data between them). It would be way simpler and cleaner for me to be able to do this in one script, but that is at least a fallback plan.
-
I know this is an old post but wondering if you ever found a solution to this?