User Manual

20
Press Enter, with the script build, the source code of wiringPi will be compiled automatically
and installed to the appropriate directory of Raspberry Pi OS.
Step 3: Test whether wiringPi is installed successfully or not
WiringPi includes many GPIO commands which enable you to control all kinds of interfaces
on Raspberry Pi. You can test whether the wiringPi library is installed successfully or not by the
following instructions.
gpiov
If the message above appears, the wiringPi is installed successfully.
$gpio readall
If you are a Python user, you can program GPIOs with API provided by RPi.GPIO.