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.1.tar.gz
(16.4 kB
view details)
File details
Details for the file picozero-0.4.1.tar.gz
.
File metadata
- Download URL: picozero-0.4.1.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f698dfa5794b0da748dbb7ffa3ed070e9b61c326a537440308512f39076e3e |
|
MD5 | cb906d8ddedf13b4d9048b8e77ecb87f |
|
BLAKE2b-256 | a52b1fcdd990aba5bdd2da85a1ee50f292c249a5260415a5bfdc7a0a32e34b48 |