Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 18, 2020 17:11
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/0a7af151561efb373197676032b67fec to your computer and use it in GitHub Desktop.
Save r-ryantm/0a7af151561efb373197676032b67fec to your computer and use it in GitHub Desktop.
/nix/store/nb3k990w8v50ad3pds176v0yqhqflqrj-libgpiod-1.6.1
├── 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