blob: 5915e65ddfdd46c67f715d8edbb366077e12ffbc (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Python wrapper for NXP libusbsio binary library
The NXP libusbsio is a binary library for Win/Linux/MacOS systems
used to exercise SPI, I2C bus and GPIO pins over USBSIO interface of
NXP LPCLink2 and MCUlink Pro devices.
This Python component provides a wrapper object which encapsulates the
binary library and exposes its API to Python applications.
|