Skip to main content

MCP23017 Library

Project description

MCP23017-python

MCP23017 GPIO-Expander Python Library for RaspberryPi

MCP23017 Datasheet

Features

currently implemented features:

  • set pin mode INPUT or OUTPUT
  • set pin mode of all pins
  • digital write pin HIGH or LOW
  • digital read pin state
  • digital read pin state of all pins
  • enable interrupt on a pin
  • enable interrupt on all pins
  • enable interrupt mirroring of BANK_A and BANK_B
  • read interrupt flags to see which pin triggered the interrupt
  • read the interrupt capture value of the pin when the interrupt happened

Getting started

Setup a MCP23017 object

from mcp23017 import *
from i2c import I2C
import smbus

i2c = I2C(smbus.SMBus(1))  # creates a I2C Object as a wrapper for the SMBus
mcp = MCP23017(0x20, i2c)   # creates an MCP object with the given address

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

mcp23017-0.1.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

mcp23017-0.1.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file mcp23017-0.1.0.tar.gz.

File metadata

  • Download URL: mcp23017-0.1.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for mcp23017-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1733fea9a47cdf8032d4f4b84b53ead83b3f96887e75c89472155917a43cc92f
MD5 9f0c7a6b608d6a74b026e7520e63f269
BLAKE2b-256 d7d4fa8a836ad12c7f522acec33cb1dbbd0be6e5407616098b414fe430d5c879

See more details on using hashes here.

File details

Details for the file mcp23017-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: mcp23017-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for mcp23017-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec2a5fbe748705a544b659f2ce9c3057808055fcd654ab69cd8a28d4cd16932d
MD5 8b730f51120671aaa6c51a7c677b2609
BLAKE2b-256 498e6352a9e1c7b1743317fca7fae37fba282613501a9f880b1245a11848f9af

See more details on using hashes here.

Supported by

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