I know this is an old post but wondering if you ever found a solution to this?
D
Derek Coffman
@Derek Coffman
0
Reputation
2
Posts
418
Profile views
0
Followers
0
Following
Best posts made by Derek Coffman
This user hasn't posted anything yet.
Latest posts made by Derek Coffman
-
RE: pyOnionI2C for python3
-
Omega 2+: python asyncio and OmegaExpansion question
Hi all,
I have just started working with the omega2+ and am trying to create an network connected RH sensor. I am trying to use asyncio (python) and onionI2C (OmegaExpansion) to read the sensor which uses the i2c bus and I seem to be running into a python 2 vs python 3 conflict. The i2c code from the OmegaExpansion package appears to only be available for python 2. And asyncio is python 3. Am I missing something? Is there a wrapper module for the i2c bus in python3?
Thanks