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.6.0.tar.gz
(24.4 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.6.0-py3-none-any.whl
(19.0 kB
view details)
File details
Details for the file picozero-0.6.0.tar.gz.
File metadata
- Download URL: picozero-0.6.0.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f32fd922c58c9431663bfef9e2c531d8e87c1444256743f270a19fd4c823adc2
|
|
| MD5 |
b59eb5b647b6d964213d93ac99ed8dcc
|
|
| BLAKE2b-256 |
e96d9d6404d337a15e93d416af012c0517fece7c34a656ab24c0a1e7f390d9ba
|
File details
Details for the file picozero-0.6.0-py3-none-any.whl.
File metadata
- Download URL: picozero-0.6.0-py3-none-any.whl
- Upload date:
- Size: 19.0 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 |
d1ad4b6ceecba151ab8b57d82b6c7adaada70443dc8ceb58bc2492c95944bb2f
|
|
| MD5 |
c1b5fee1c6918f6e545d672f7a925263
|
|
| BLAKE2b-256 |
2e9dfeda254a2293b4997f9b85a63b86aebf2d71b0763b2b92fdac08da49078f
|