libusb bindings

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

libusb bindings

Post by pfalcon » Sun Jun 29, 2014 12:10 am

Started: https://github.com/pfalcon/micropython-libusb

Very little wrapped so far, and I don't have plans to wrap everything. But it took ~20min to write what was needed to dump device string descriptor, so that's mostly to show once again how easy MicroPython FFI module is to use, so any missing function can be added easily when needed.
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply