Clarification on WiringPi/WiringPi2/wiringpi-pythong - Raspberry Pi Forums


i've had raspi kicking awhile , decided start little project. i've been reading ton different ways interface , think i'm getting bit confused.

understanding, or misunderstanding, wiringpi c implementation of 'arduino' language. i've worked arduino's lot i'm familiar it. raspberry pi, wanted mix in db calls , work little higher level language. thats found there wiringpi2. understanding, python wrapper c implementation of wiring. correct? hypothetically mix of wiring syntax pin addressing , bit shifting stuff, still able use pythons string libraries, db, etc.

installed wiringpi2 via these instructions. http://raspi.tv/how-to-install-wiringpi ... spberry-pi

when tried first example, told me wiringpi2 depricated , use wiringpi now. sooo.... python bindings still there?

i'll boil down this. used interact gpio in python? quick link basic input output tutorial in using python?

thanks!

yes, wiringpi works python.

should able install in raspbian simple

code: select all

sudo apt-get update sudo apt-get install wiringpi 
if isn't installed.


raspberrypi



Comments