ctypes-ftdi1

libftdi1 python bindings based on ctypes


License
MIT
Install
pip install ctypes-ftdi1==0.0.4

Documentation

ctypes-ftdi1

This package is alternative implements of libftdi1 python bindings.

The original uses SWIG for linking native code, ctypes-ftdi1 is using ctype.

Thus, we are not need to compile glue .so module.