Usb host mouse examples#3025
Conversation
|
I am not sure why the pylint action failed for this PR. It seems to be indicating warnings in some code that was not modified by this branch.
|
|
I looked into the line that was specified by the pylint warning and found that it only had 2 positional arguments which matches the class being instantiated, and I don't think is over any limit. I just re-ran the failed action task and it has succeeded when it ran the second time. Best guess is there was some kind of corruption on the disk when it ran the first time. |
tannewt
left a comment
There was a problem hiding this comment.
These examples look good to me!
I created a new top level director
USB_Host_Examples/and put these mouse demos inside of it. I am working on the USB Host keyboard guide next and plan to put the keyboard examples in this new folder as well. In the future theoretically some of the older USB host projects could be moved into this folder if we wanted as well, in order to consolidate things outside of the root directory.