-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Add timeout parameter, add Feather RP2040 with USB Type A Host example #2
Conversation
Looks like I hadn't done lint over the library. Would you mind doing it? pre-commit can help: https://learn.adafruit.com/improve-your-code-with-pylint |
One of the remaining problems is Sphinx is failing with
I had to add |
Hmm, okay well I added two dependencies to
I assume |
I'm not sure exactly how it'll interact with circup. I think this is right for CPython. Thanks for fixing everything up! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Adds a timeout property on the constructor that is used when doing
usb.core.Device.read()
s, so devices can be read in a non-blocking fashion. Also adds an example for use on the Feather RP2040 with USB Type A Host.