A class to control Raspberry Pi GPIO lines
Project description
This package provides a class to control the GPIO lines on a Raspberry Pi.
Example Usage :
import RPi.GPIO gpio = RPi.GPIO.GPIO() # set up the GPIO lines gpio.setup(0, RPi.GPIO.IN) gpio.setup(1, RPi.GPIO.OUT) # input from channel 0 input_value = gpio.input(0) # output to channel 1 gpio.output(1, True)
Change Log
0.0.1a
First version. Completely untested until I can get hold of a Raspberry Pi!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
RPi.GPIO-0.0.1a.tar.gz
(2.9 kB
view hashes)