Skip to main content

A beginner-friendly library for using common electronics components with the Raspberry Pi Pico.
Roboticsware added some functionalities based on picozero of Raspberry Pi Foundation.

from picozero import LED, Button

led = LED(1)
button = Button(2)

button.when_pressed = led.on
button.when_released = led.off
from picozero import I2cLcd
from time import sleep

lcd = I2cLcd(1, 3, 2) # LCD 16x2, i2c_id=1, scl=3, sda=2

lcd.putstr('Hello World')
sleep(1)
lcd.move_to(0, 1)
lcd.putstr('Hello Roboticsware')

Documentation is available at picozero-rw.readthedocs.io.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picozero_rw-0.6.2.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

picozero_rw-0.6.2-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

Details for the file picozero_rw-0.6.2.tar.gz.

File metadata

  • Download URL: picozero_rw-0.6.2.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for picozero_rw-0.6.2.tar.gz
Algorithm Hash digest
SHA256 298482eec90fe697c941a25203d4b32b726b2a3c4eda1a12ad527875d874b474
MD5 c0a352a298fc0f29b6f456535ca99a6e
BLAKE2b-256 036f95ebbba531594fb08e50a3e0af638197eaa492125132f96b566840a8c84d

See more details on using hashes here.

Provenance

The following attestation bundles were made for picozero_rw-0.6.2.tar.gz:

Publisher: workflow.yml on roboticsware/picozero

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picozero_rw-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: picozero_rw-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for picozero_rw-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c207b4c6f9021f4a86c382ff2fb086f839c6b5bb1a86ab9d4cc9a26716b2e962
MD5 9e0f9baf05f8710793bd3088125df31e
BLAKE2b-256 c82403d170fdb1511bf2adf772c198d29fac516a00cf2b10f91814ba66228b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for picozero_rw-0.6.2-py3-none-any.whl:

Publisher: workflow.yml on roboticsware/picozero

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.6.2 This release

2 files

0.4.5

1 file

0.4.4

1 file

0.4.3

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page