Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 2, 2020 11:20
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/596680a4cd4cb2847da81b8f03e95a5b to your computer and use it in GitHub Desktop.
Save r-ryantm/596680a4cd4cb2847da81b8f03e95a5b to your computer and use it in GitHub Desktop.
/nix/store/9p0cbv53jgvzrvg801d205796qwz4q6r-libgpiod-1.5
├── 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.0
├── libgpiod.so.2 -> libgpiod.so.2.2.0
├── libgpiod.so.2.2.0
└── 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