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.
Release files for picozero 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| picozero-0.6.1.tar.gz | 24.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| picozero-0.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 43.4 kB
Release files / picozero-0.6.1.tar.gz
| Download URL | picozero-0.6.1.tar.gz |
|---|---|
| Size | 24.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
616baacd383e1d395d59b3f47ef768f7b26320148db2b8f670c86bab1f5fba55
|
|
BLAKE2b-256 checksum How to use checksums |
205748ecde31c905d493028d8f3df4506a96b878de7111d754e375d263a5df86
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|
Release files / picozero-0.6.1-py3-none-any.whl
| Download URL | picozero-0.6.1-py3-none-any.whl |
|---|---|
| Size | 19.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
90882e1f87e2b349e88a93f4de13b0141ab243a8058e2c4a6fae5d3e287c3a02
|
|
BLAKE2b-256 checksum How to use checksums |
4b0f73103f0f9e6a26d3b3c57607421cd4e2723ac986b35ae80e97b68d6cb71a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|