Skip to main content

A class to control Raspberry Pi GPIO channels

Project description

This package provides a class to control the GPIO 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.2a

  • Internal refactoring. Still completely untested!

0.0.1a

  • First version. Completely untested until I can get hold of a Raspberry Pi!

Project details


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.2a.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page