A simple interface to everyday GPIO components used with Raspberry Pi
Project description
A simple interface to everyday GPIO components used with Raspberry Pi
A work in progress
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
Usage
Example usage for flashing an LED:
from gpiozero import LED from time import sleep led = LED(2) while True: led.on() sleep(1) led.off() sleep(1)
Development
This project is being developed on GitHub. Join in:
Provide suggestions
Help design the API
Contribute to the code
Alternatively, email suggestions and feedback to ben@raspberrypi.org
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
Built Distribution
File details
Details for the file gpiozero-0.2.0.tar.gz
.
File metadata
- Download URL: gpiozero-0.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 877409c222b537f8f32219f80d62770a6f38b7c337b9f764b07371284c83c3da |
|
MD5 | d53fb2f7b118265a654c61a76f9c3466 |
|
BLAKE2b-256 | 8782d4fb7a4acf762f299073f9e2e9cb6b7f7b2fca8e38d31bc30d88b806c81e |
File details
Details for the file gpiozero-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gpiozero-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd88786df6e78eb64b7b9675469dce755655d865bc3441eaa846b1df8cff5e95 |
|
MD5 | 5ceb3777f773fd2e24c612e7829e37c3 |
|
BLAKE2b-256 | dc07c34cbefc15d9ec88b62c09fbd1aead9231deeddc42bd7fcfcdb0cdfd946d |