Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 00:30
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/77cc825f8834327f550a1047d5db8143 to your computer and use it in GitHub Desktop.
Save r-ryantm/77cc825f8834327f550a1047d5db8143 to your computer and use it in GitHub Desktop.
/nix/store/k2ai49jylv74v7r2an3xh5w9rdcrc928-libgpiod-1.6
├── bin
│   ├── gpiodetect
│   ├── gpiofind
│   ├── gpioget
│   ├── gpioinfo
│   ├── gpiomon
│   └── gpioset
├── include
│   ├── gpiod.h
│   └── gpiod.hpp
└── lib
├── libgpiodcxx.la
├── libgpiodcxx.so -> libgpiodcxx.so.1.1.1
├── libgpiodcxx.so.1 -> libgpiodcxx.so.1.1.1
├── libgpiodcxx.so.1.1.1
├── libgpiod.la
├── libgpiod.so -> libgpiod.so.2.2.1
├── libgpiod.so.2 -> libgpiod.so.2.2.1
├── libgpiod.so.2.2.1
└── 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