You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same problem with "onionI2C.so" but not with "pwmExp.so" which i think uses the same functions to control the PWM Expansion. The latter doesn't throw errors however and works as expected.
Ah I recently released a new version of the I2C library that implements a new function (reading without specifying an address). It looks like your Python library got updated but the C library itself didn't.
I just upgraded the C library (which was on version 0.4-1 instead of 0.5-1) and now the script which used to throw the error doesn't do it anymore. The problem seems solved but I'll do some extensive tests and try to read/write from/to some i2c devices. Thanks sir!
I'm connecting the LCD Display with Onion omega. But i have a issue:
"ImportError: Error relocating /usr/lib/python2.7/OmegaExpansion/onionI2C.so: i2c_writeBufferRaw: symbol not found"
Could you please tell me a solution for my issue, thank you!
The text was updated successfully, but these errors were encountered: