Skip to content

Latest commit

 

History

History
60 lines (31 loc) · 905 Bytes

File metadata and controls

60 lines (31 loc) · 905 Bytes

Some basic GPIO examples with Raspberry Pi

Hardware

Push button:

  • pin 7 (GPIO 4)
  • pin 1 (3V3)

LED:

  • pin 13 (GPIO 27)
  • pin 14 (GROUND)

drawing drawing

Software

RPi.GPIO

https://sourceforge.net/p/raspberry-gpio-python/wiki/Home/

Pingo

http://www.pingo.io/

Pins

Parts

pigpio

http://abyz.co.uk/rpi/pigpio/python.html

wiringpi

http://wiringpi.com/

https://github.com/WiringPi/WiringPi-Python

See also

http://rpitips.com/python-libraries-rpi-gpio/