Skip to main content

Drivers for various I2C GPIO expanders.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

Drivers for various I2C GPIO expanders. The library does not require any libraries other than the standard install of circuit python. Once the exapander has been initialized, the pins can be defined and interacted with in the same way as GPIOs on the CPU.

This library currently supports

  • PCA9555

  • PCAL9555

  • PCA9554

  • PCAL9554

  • PCA9538

  • PCAL9538

Other expanders will likely be added over time as I use them.

Based on Adafruit’s library for the MCP230xx expanders

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 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-i2c-expanders

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

sudo pip3 install circuitpython-i2c-expanders

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-i2c-expanders

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 i2c_expanders

Or the following command to update an existing version:

circup update

Usage Example

Take a look in the examples folder for a basic example of using this library.

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-i2c-expanders-1.0.0.tar.gz (35.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file circuitpython-i2c-expanders-1.0.0.tar.gz.

File metadata

File hashes

Hashes for circuitpython-i2c-expanders-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1d74b67474483344d794d93d74049e2194f680a3e16de5c8867951ec3ace75b3
MD5 dc5690a15d4a98a3eb465aa7caef9e13
BLAKE2b-256 40fe325583d42c6ded65bd25eb6005eb7f5cbb1fcd0c6a947969e02d7f81770a

See more details on using hashes here.

File details

Details for the file circuitpython_i2c_expanders-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for circuitpython_i2c_expanders-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3fd4ac7952e3f7400f927f2ecfa0374d77ab7ef01dc54a52025ebcd6358a4afa
MD5 955b4657396b13d407975d4a677f59d4
BLAKE2b-256 2d87fe74bb00070031f7f549bf1e0c37fcb43de4790b5be8e3c24f63c408589e

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