Skip to content

sfilinto/using_wiringPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

2 November 2016

I have used wiringPi to control the GPIOs on my raspberry Pi extensivelly in the past. Unfortunatelly i dont have any use for this anymore becuase i am using a python script now.

Documented below are the steps to install wiringPi:

apt-get install build-essential -y  
git clone git://git.drogon.net/wiringPi  
cd wiringPi  
git pull origin  
./build  
gpio -v  
gpio readall  

Documented below are the steps to use wiringPi:

gpio -g mode 17 out
/usr/local/bin/gpio -g write 17 1
sleep .4
/usr/local/bin/gpio -g write 17 0

Credit to the author for this library. Details can be found http://wiringpi.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published