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
Using latest master. Looks like this requires Python 3, might be worth noting.
Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:25:58) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyBusPirateLite.I2C import *
>>> I2C()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pyBusPirateLite\I2C.py", line 55, in __init__
super().__init__()
TypeError: super() takes at least 1 argument (0 given)
The text was updated successfully, but these errors were encountered:
Heads up: I ran into other problems and ultimately abandoned this project. Doesn't seem to work properly at all, might be worth testing when you have some free time.
Using latest master. Looks like this requires Python 3, might be worth noting.
The text was updated successfully, but these errors were encountered: