Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Last active May 24, 2020 00:04
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 r-ryantm/b6144ae2ebb3212386df18444d0b45c5 to your computer and use it in GitHub Desktop.
Save r-ryantm/b6144ae2ebb3212386df18444d0b45c5 to your computer and use it in GitHub Desktop.
/nix/store/xw7xdlnf6v7fprgj313bm8z63637601b-python3.7-pyftdi-0.51.2
├── bin
│   ├── ftconf.py
│   ├── ftdi_urls.py
│   ├── i2cscan.py
│   └── pyterm.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyftdi
│   │   ├── bits.py
│   │   ├── doc
│   │   │   ├── api
│   │   │   │   ├── eeprom.rst
│   │   │   │   ├── ftdi.rst
│   │   │   │   ├── gpio.rst
│   │   │   │   ├── i2c.rst
│   │   │   │   ├── index.rst
│   │   │   │   ├── misc.rst
│   │   │   │   ├── spi.rst
│   │   │   │   ├── uart.rst
│   │   │   │   └── usbtools.rst
│   │   │   ├── authors.rst
│   │   │   ├── defs.rst
│   │   │   ├── eeprom.rst
│   │   │   ├── features.rst
│   │   │   ├── gpio.rst
│   │   │   ├── index.rst
│   │   │   ├── installation.rst
│   │   │   ├── license.rst
│   │   │   ├── pinout.rst
│   │   │   ├── requirements.rst
│   │   │   ├── testing.rst
│   │   │   ├── tools.rst
│   │   │   ├── troubleshooting.rst
│   │   │   └── urlscheme.rst
│   │   ├── eeprom.py
│   │   ├── ftdi.py
│   │   ├── gpio.py
│   │   ├── i2c.py
│   │   ├── __init__.py
│   │   ├── INSTALL
│   │   ├── jtag.py
│   │   ├── misc.py
│   │   ├── __pycache__
│   │   │   ├── bits.cpython-37.pyc
│   │   │   ├── eeprom.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
│   │   ├── spi.py
│   │   ├── tracer.py
│   │   └── usbtools.py
│   └── pyftdi-0.51.2.dist-info
│   ├── INSTALLER
│   ├── license.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment