User Manual

19
RPi.GPIO
If you are a Python user, you can program GPIOs with API provided by RPi.GPIO.
Introduction
RPi.GPIO is a module to control Raspberry Pi GPIO channels. This package provides a class
to control the GPIO on a Raspberry Pi. For examples and documents, visit
http://sourceforge.net/p/raspberry-gpio-python/wiki/Home/
The Raspbian OS image of Raspberry Pi installs RPi.GPIO by default, so you can use it
directly.
So in this kit, please note that the example code is ONLY applicable for Raspbian.