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.4.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.4-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp23017-1.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 b304bb91b72ddd7a3fe57cc887b2b9df86058b5b1ca49b71c5a4f090b567944c
MD5 02b4c67b5582e912ce16ef3eedd3fd87
BLAKE2b-256 4f8e0fa4f5d8dcbf75ae98a8243470d804fc102ee97d54644a8a78666c523c7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mcp23017-1.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 13e2cee4bd103a72d29a0be9e46c339193ef88007109e26227124bbd5007e5f6
MD5 66b983749a0c55289a544402112f5964
BLAKE2b-256 779f9eac5f2884ec786dd0ebbb532f7016ad71ab31b2fae34317840ae9b01978

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