adafruit / Adafruit_Python_PlatformDetect

MIT License
59 stars 236 forks source link

Adding usb_iss to i2c module; i2c support only; Stable #335

Open FelixRoh opened 9 months ago

FelixRoh commented 9 months ago

I2C implementation of one of the fastest USB to I2C connections moduls: Hardware reference: https://www.robot-electronics.co.uk/htm/usb_iss_tech.htm PIP Package: https://pypi.org/project/usb-iss/

makermelissa commented 4 months ago

I'm not familiar with the USB_ISS, but it sounds similar to the FT232H and MCP2221a. I would probably do something similar to the way those 2 boards work. I updated it to fix merge conflicts and it is now passing the checks. I don't know if you want to continue this draft. If not, we may want to close it.