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.2.0.tar.gz
(12.6 kB
view details)
File details
Details for the file picozero-0.2.0.tar.gz
.
File metadata
- Download URL: picozero-0.2.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3cdad26e24fe91cd468ff42c693eb5452dd5bb7b235680e98213186a146b35b |
|
MD5 | 995b57a72039cf6c779804a8cc5e2fea |
|
BLAKE2b-256 | 9cf3cc9fcefeec81eb3acb84c1ebad659e081473914d7044cb730b00b2823de2 |