Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 418 Bytes

File metadata and controls

10 lines (8 loc) · 418 Bytes

USBInfo

USBInfo provides Python developers a way to uniformly access information about USB endpoints on a system without the need to understand the fine details of any one particular platform's implementation of USB. This is useful in robotics and device automation and allows developers to write more portable code.

More information can be found in the documentation.