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