adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
438 stars 328 forks source link

I2C implementation of USB_ISS board #766

Open FelixRoh opened 6 months ago

FelixRoh commented 6 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/

FelixRoh commented 6 months ago

Whats wrong? Why something is skipped?

makermelissa commented 1 week ago

Whats wrong? Why something is skipped?

It looks like you need to run pre-commit. See https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code.