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

Uploaded Source

Built Distribution

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

mcp23017-1.0.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mcp23017-1.0.0.tar.gz
Algorithm Hash digest
SHA256 82537548d51cc5a4559375395713037f13a0a269d5735e0abc0058c4d713b21a
MD5 052642c50be6c1b306d5bd9caf61e0a6
BLAKE2b-256 52ff0cedf7c66a5338a76325683528d7b57df6fcf109979f72b5b54dac6fe011

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mcp23017-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c1a665f420383aff36ba458a17af17499c80941538cbe7becec6c454921ccbfa
MD5 903b5f304e79f62d96067fe503df0e62
BLAKE2b-256 408a6a192c11d47bfc6d89e5b7a130a2310e8b2c045cfe6e0a7b25096c5147a8

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