Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2020 06:37
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/c189bdf5cc54b325ecea76786806fcfd to your computer and use it in GitHub Desktop.
Save r-ryantm/c189bdf5cc54b325ecea76786806fcfd to your computer and use it in GitHub Desktop.
/nix/store/9gdkcp34v67gs5amgvhcc1092lbrs2bb-python2.7-python-periphery-2.0.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── periphery
│   │   ├── gpio.py
│   │   ├── gpio.pyc
│   │   ├── i2c.py
│   │   ├── i2c.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── led.py
│   │   ├── led.pyc
│   │   ├── mmio.py
│   │   ├── mmio.pyc
│   │   ├── pwm.py
│   │   ├── pwm.pyc
│   │   ├── serial.py
│   │   ├── serial.pyc
│   │   ├── spi.py
│   │   └── spi.pyc
│   └── python_periphery-2.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment