We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code (Python 3):
from pyBusPirateLite.I2Chigh import * i2c = I2Chigh("COM8", 115200, 5)
... leads to the following error:
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-50afcf9735bb> in <module>() ----> 1 from pyBusPirateLite.I2Chigh import * 2 i2c = I2Chigh("COM8", 115200, 5) D:\python\pyBusPirateLite\pyBusPirateLite\I2Chigh.py in <module>() 21 """ 22 ---> 23 from .BitBang import BBIO 24 from .I2C import * 25 ImportError: cannot import name 'BBIO'
The text was updated successfully, but these errors were encountered:
Hi, there have been a few updates, it should work now.
Sorry, something went wrong.
No branches or pull requests
The following code (Python 3):
... leads to the following error:
The text was updated successfully, but these errors were encountered: