micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.39k stars 994 forks source link

pyusb: Add MicroPython implementation of PyUSB library. #864

Closed dpgeorge closed 4 months ago

dpgeorge commented 4 months ago

This implements a compatible subset of the PyUSB library, for MicroPython unix (using ffi and libusb-1.0.so).