[quick_usb] Documentation?
The methods and members don't seem to be documented. It'd be helpful for users of this package to have documentation.
In particular, I'd like to know what identifier and configurationCount of UsbDevice are.
If no one is doing it. Can i do it. If then can you please elaborate. Thank you
I mean in the code, the docstrings or comments starting with /// above each class and member or method explaining what each thing is.
There is some documentation in the readme, which I'm currently using.
Just add comments to the code whenever required. Is that what you mean?
PR welcome!