Skip to main content

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


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.1.1.tar.gz (12.6 kB view details)

Uploaded Source

File details

Details for the file picozero-0.1.1.tar.gz.

File metadata

  • Download URL: picozero-0.1.1.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

Hashes for picozero-0.1.1.tar.gz
Algorithm Hash digest
SHA256 591521fa488f4a45c71a7f09023f91cc97303648ce4b55aabf17a37fa7be85e8
MD5 7c998082c39983cf4310148ff68f958f
BLAKE2b-256 4c092b2b100bb268a5a355349be86542e5cb8d21f9e360de32167d3b25e4b58b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page