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.0.tar.gz
(15.9 kB
view details)
File details
Details for the file picozero-0.4.0.tar.gz
.
File metadata
- Download URL: picozero-0.4.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c5a98a9c2f10223d59c662549c5a2526208e3b4adf7266f9279c880673200ae |
|
MD5 | 0c578e8e14a81358c60528d58ed2f113 |
|
BLAKE2b-256 | 51fd6af2b77c03e02cdd22578af4a4b181f5db31ce357d12803519d8e0551a44 |