Raspberry Pi Hardware GPIO with Python
2015-09-06 by terryoy, in guides
This article is for beginner to learn how to work with RPi.GPIO. It collects a bunch of useful information and examples of GPIO/SPI/I2C programs.
1. Raspberry Pi Hardware Documentation
First of all, the hardware documentation for rpi is here: https://www.raspberrypi.org/documentation/hardware/README.md
GPIO Pin out: http://pi.gadgetoid.com/pinout. Now here's a screenshot of the pinouts.
SPI: https://www.raspberrypi.org/documentation/hardware/raspberrypi/spi/README.md
Low level Peripherals: http://elinux.org/RPi_Low-level_peripherals
2. Basic GPIO
(to be continued)
References:
Sparkfun's tutorials: learn.sparkfun.com/tutorials/raspberry-gpio/hardware-setup learn.sparkfun.com/tutorials/raspberry-gpio/python-rpigpio-example