Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 24, 2020 12:35
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/981ef60e24e3d49af736753b87614cff to your computer and use it in GitHub Desktop.
Save r-ryantm/981ef60e24e3d49af736753b87614cff to your computer and use it in GitHub Desktop.
/nix/store/wncyiyicks9f1r6jchi4j7xsxdmg80db-libgpiod-1.5.2
├── bin
│   ├── gpiodetect
│   ├── gpiofind
│   ├── gpioget
│   ├── gpioinfo
│   ├── gpiomon
│   └── gpioset
├── include
│   ├── gpiod.h
│   └── gpiod.hpp
└── lib
├── libgpiodcxx.la
├── libgpiodcxx.so -> libgpiodcxx.so.1.1.0
├── libgpiodcxx.so.1 -> libgpiodcxx.so.1.1.0
├── libgpiodcxx.so.1.1.0
├── libgpiod.la
├── libgpiod.so -> libgpiod.so.2.2.2
├── libgpiod.so.2 -> libgpiod.so.2.2.2
├── libgpiod.so.2.2.2
└── pkgconfig
├── libgpiodcxx.pc
└── libgpiod.pc
4 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment