Skip to main content

A simple interface to everyday GPIO components used with Raspberry Pi

Project description

A simple interface to everyday GPIO components used with Raspberry Pi

Latest release: v0.7.0 Beta 2

Motivation

The “hello world” program in Java is at least 5 lines long, and contains 11 jargon words which students are taught to ignore.

The “hello world” program in Python is one simple line. However, the “hello world” of physical computing in Python (flashing an LED) is similar to the Java program: 6 lines of code to flash an LED.

Young children and beginners shouldn’t need to sit and copy out several lines of text they’re told to ignore. They should be able to read their code and understand what it means.

Install

Install with pip:

sudo pip install gpiozero
sudo pip-3.2 install gpiozero

Both Python 3 and Python 2 are supported. Python 3 is recommended!

Usage

Example usage for lighting up an LED:

from gpiozero import LED

led = LED(2)

led.on()

Documentation

Comprehensive documentation is available at pythonhosted.org/gpiozero.

Development

This project is being developed on GitHub. Join in:

  • Provide suggestions, report bugs and ask questions as Issues

  • Help design the API

  • Contribute to the code

Alternatively, email suggestions and feedback to ben@raspberrypi.org or add to the Google Doc.

Contributors

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

gpiozero-0.7.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

gpiozero-0.7.0-py2.py3-none-any.whl (16.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file gpiozero-0.7.0.tar.gz.

File metadata

  • Download URL: gpiozero-0.7.0.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gpiozero-0.7.0.tar.gz
Algorithm Hash digest
SHA256 65313970a88270e28514e8ce0e43194f7cb60da0968fbabb54529dcb9fddef28
MD5 ca6321ecda7bd9d7338ad1f9762862ab
BLAKE2b-256 0b1e4889130108c6c0f01e8eb32ab2ff028618c39ca94ee69c9bb31d48f1af66

See more details on using hashes here.

File details

Details for the file gpiozero-0.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for gpiozero-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c59371e009235041169a21f82c03d43e4e18847cca2ffd7888b18be426914ff2
MD5 33c5533f34d7a66ec37f7e03d1b3bfca
BLAKE2b-256 03214670ac3d3563c6149ef7ece2d709e9b485b4fb79df60d34518577a69aa87

See more details on using hashes here.

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