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.4.2.tar.gz
(16.4 kB
view details)
File details
Details for the file picozero-0.4.2.tar.gz
.
File metadata
- Download URL: picozero-0.4.2.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a507b457a8803ea65fa5ab99667bdaf968d80bf196f374504bcba80718e07078 |
|
MD5 | 7569f04eed8a510f57f7969d4854be5d |
|
BLAKE2b-256 | f5b58a241bbd029b5116d36070ebc0f13caa6efa3a77cfe174e889418e60b8f4 |