We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, I have a problem with accessing i2c tiny usb under windows. everything works well through the Linux kernel. I use f405.
lib\site-packages\usb1_init_.py", line 119, in raiseUSBError raise __STATUS_TO_EXCEPTION_DICT.get(value, __USBError)(value) usb1.USBErrorPipe: LIBUSB_ERROR_PIPE [-9]
There is no such error with https://github.com/harbaum/I2C-Tiny-USB.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello, I have a problem with accessing i2c tiny usb under windows. everything works well through the Linux kernel.
I use f405.
lib\site-packages\usb1_init_.py", line 119, in raiseUSBError
raise __STATUS_TO_EXCEPTION_DICT.get(value, __USBError)(value)
usb1.USBErrorPipe: LIBUSB_ERROR_PIPE [-9]
There is no such error with https://github.com/harbaum/I2C-Tiny-USB.
The text was updated successfully, but these errors were encountered: