DancingQuanta / pyusbiss

Python API for USB-ISS Multifunction USB Communications Module
MIT License
2 stars 3 forks source link

USBISS - Syntax error #11

Open gwdehaan opened 5 years ago

gwdehaan commented 5 years ago

Description

Tried to use the latest usbiss.py version and got a syntax error on

raise USBISSError(error_dict[response(1)])

What I Did

corrected the usbiss.py:

raise USBISSError(error_dict[response[1]])

Adapted my i2c module succesfully to reflect the new mode setup.

DancingQuanta commented 5 years ago

Great. Could you make a pull request please?