PIGPIOSetup and Install, pigpio is a C library for the Raspberry which allows control of the general purpose input outputs (gpios) cd ~
wget abyz.co.uk/rpi/pigpio/pigpio.tar
tar xvf pigpio.tar
cd PIGPIO
cp libpigpio.a-hard libpigpio.a
make
sudo make install
sudo ./checklib
|
|
|
|
|