A beginner-friendly library for using common electronics components with the Raspberry Pi Pico.
Project description
A beginner-friendly library for using common electronics components with the Raspberry Pi Pico.
from picozero import LED, Button
led = LED(1)
button = Button(2)
button.when_pressed = led.on
button.when_released = led.off
Documentation is available at picozero.readthedocs.io.
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
picozero-0.5.0.tar.gz
(19.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
picozero-0.5.0-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file picozero-0.5.0.tar.gz.
File metadata
- Download URL: picozero-0.5.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
471427ed4b7945863dc7779dcf0eb84d4a37534b6eb52648f508a7b35e5974f5
|
|
| MD5 |
4083551b1840c375db4dee07dd878277
|
|
| BLAKE2b-256 |
7d7e2dbff60489541cd4aaddbf2bdc92340aa9258e9e721ff2792d66287c1781
|
File details
Details for the file picozero-0.5.0-py3-none-any.whl.
File metadata
- Download URL: picozero-0.5.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdca43eb49596a28e9f2cc7903bd1cbd13cf8d8d13ca9cba7785047372650da8
|
|
| MD5 |
7bb71bd47b22ad32c7a56048ac2cd34f
|
|
| BLAKE2b-256 |
e002204d70a4dc3f1c2e49323292c924accbdf56e99a9576dbef60f09568385a
|