Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soburi/ctypes-ftdi1


https://github.com/soburi/ctypes-ftdi1

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

============
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.