Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soburi/ctypes-ftdi1
https://github.com/soburi/ctypes-ftdi1
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/soburi/ctypes-ftdi1
- Owner: soburi
- License: mit
- Created: 2018-07-11T14:52:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T10:14:00.000Z (over 6 years ago)
- Last Synced: 2024-11-07T00:49:56.415Z (about 2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.