Skip to main content

pretend to be 'rotaryio' for boards that need non-sequential pins

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

pretend to be ‘rotaryio’ for boards that need non-sequential pins

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.

Installing to a Connected CircuitPython Device with Circup

Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:

pip3 install circup

With circup installed and your CircuitPython device connected use the following command to install:

circup install ruhrohrotaryio

Or the following command to update an existing version:

circup update

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install circuitpython-ruhrohrotaryio

To install system-wide (this may be required in some cases):

sudo pip3 install circuitpython-ruhrohrotaryio

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install circuitpython-ruhrohrotaryio

Usage Example

import os
import time
import board

# works on both QTPY M0 and QTPY RP2040

if os.uname().machine.find("rp2040") > 0:  # RP2040
    from ruhrohrotaryio import IncrementalEncoder
else:
    from rotaryio import IncrementalEncoder

encoder = IncrementalEncoder( board.A3, board.A1 )

while True:
    print(encoder.position)
    time.sleep(0.1)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

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

circuitpython-ruhrohrotaryio-0.1.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file circuitpython-ruhrohrotaryio-0.1.tar.gz.

File metadata

File hashes

Hashes for circuitpython-ruhrohrotaryio-0.1.tar.gz
Algorithm Hash digest
SHA256 50a13fbbbae099afb9e8b0da4a9aa595975ca6ac4d125046b935464afaa444c6
MD5 0d8dfbcd9ca4c4ce65f4dbd46df7d4bf
BLAKE2b-256 b844e7e666d51c9e306bc6afa3898f2983d13d30d02aaf12ea2e23fc44460b10

See more details on using hashes here.

File details

Details for the file circuitpython_ruhrohrotaryio-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for circuitpython_ruhrohrotaryio-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bf9ccaed25f730de8b75a7c0e27ef5376184fde3708301a7285bcfe6fed3d2e5
MD5 ff7af7a999d3e2d39f7724ae69803e4c
BLAKE2b-256 14943489a0124066aa80f260aa327974992502fde91dbe0befd8da60b37350df

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