Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2fe652efd8146cc4ae24406f5835c7f1 to your computer and use it in GitHub Desktop.
Save ryantm/2fe652efd8146cc4ae24406f5835c7f1 to your computer and use it in GitHub Desktop.
/nix/store/nnawskaah2ny3jj8h7dwk8i96528a6v6-python3.7-pyftdi-0.30.0
├── bin
│   └── i2cscan.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyftdi
│   │   ├── bits.py
│   │   ├── doc
│   │   │   ├── api
│   │   │   │   ├── ftdi.rst
│   │   │   │   ├── gpio.rst
│   │   │   │   ├── i2c.rst
│   │   │   │   ├── index.rst
│   │   │   │   ├── misc.rst
│   │   │   │   ├── spi.rst
│   │   │   │   ├── uart.rst
│   │   │   │   └── usbtools.rst
│   │   │   ├── authors.rst
│   │   │   ├── defs.rst
│   │   │   ├── features.rst
│   │   │   ├── index.rst
│   │   │   ├── installation.rst
│   │   │   ├── licenses.rst
│   │   │   ├── pinout.rst
│   │   │   ├── requirements.rst
│   │   │   ├── troubleshooting.rst
│   │   │   └── urlscheme.rst
│   │   ├── ftdi.py
│   │   ├── gpio.py
│   │   ├── i2c.py
│   │   ├── __init__.py
│   │   ├── INSTALL
│   │   ├── jtag.py
│   │   ├── misc.py
│   │   ├── __pycache__
│   │   │   ├── bits.cpython-37.pyc
│   │   │   ├── ftdi.cpython-37.pyc
│   │   │   ├── gpio.cpython-37.pyc
│   │   │   ├── i2c.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jtag.cpython-37.pyc
│   │   │   ├── misc.cpython-37.pyc
│   │   │   ├── spi.cpython-37.pyc
│   │   │   ├── tracer.cpython-37.pyc
│   │   │   └── usbtools.cpython-37.pyc
│   │   ├── serialext
│   │   │   ├── __init__.py
│   │   │   ├── logger.py
│   │   │   ├── protocol_ftdi.py
│   │   │   ├── protocol_unix.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── logger.cpython-37.pyc
│   │   │   │   ├── protocol_ftdi.cpython-37.pyc
│   │   │   │   └── protocol_unix.cpython-37.pyc
│   │   │   └── serialext.rst
│   │   ├── spi.py
│   │   ├── tracer.py
│   │   └── usbtools.py
│   └── pyftdi-0.30.0.dist-info
│   ├── INSTALLER
│   ├── licenses.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment