User Manual
Table Of Contents

18
Step 3: Test whether wiringPi is installed successfully or not
WiringPi includes lots of 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.
gpio –v
If the message above appears, the wiringPi is installed successfully.
gpio readall










