0.0.1
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
Not yet for general release.
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.0.1.tar.gz
(11.4 kB
view details)
File details
Details for the file picozero-0.0.1.tar.gz
.
File metadata
- Download URL: picozero-0.0.1.tar.gz
- Upload date:
- Size: 11.4 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 | b3f802acfe1653eda5cef86421fdf665bc6b1b906d57c6491cf76ac437576850 |
|
MD5 | 7ee2a2df15233b003548c945f00c3131 |
|
BLAKE2b-256 | f9474d8c896ec5d65dbde96146b0779cb3b80d26359544d1028c8d7a13a13cab |