Skip to content
New issue

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

I2C does not have read_byte method what I2Chigh uses #26

Open
horror-vacui opened this issue Jan 13, 2020 · 0 comments
Open

I2C does not have read_byte method what I2Chigh uses #26

horror-vacui opened this issue Jan 13, 2020 · 0 comments

Comments

@horror-vacui
Copy link

There is a wrong method call in the I2Chigh class. I2Chigh class not unusable at the moment... :-(

>>> i2c.get_byte(addr_I2Cmux,0)           
Traceback (most recent call last):                                                           
  File "<stdin>", line 1, in <module>                                       
  File "/usr/local/lib/python3.6/dist-packages/pyBusPirateLite/I2Chigh.py", line 53, in get_byte
    r = self.read_byte()
AttributeError: 'I2Chigh' object has no attribute 'read_byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant