pig2vcd
Client tools for Raspberry Pi GPIO control
Install
- All systems
-
curl cmd.cat/pig2vcd.sh
- Debian
-
apt-get install pigpio-tools
- Ubuntu
-
apt-get install pigpio-tools
- Kali Linux
-
apt-get install pigpio-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pigpio-tools
- Raspbian
-
apt-get install pigpio
- Dockerfile
- dockerfile.run/pig2vcd
pigpio-tools
Client tools for Raspberry Pi GPIO control
Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged in Debian as the server side is incompatible with Debian kernels. This package provides the pigs and pig2vcd tools.
pigpio
Library for Raspberry Pi GPIO control
Library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO). pigpio is written in C but may be used by other languages. In particular the pigpio daemon offers a socket and pipe interface to the underlying library.