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

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp23017-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 224e0a9ad8c6d7af1c9cd7ee7c85e898f0f6ce53853d5400d8f40a4e657e72ec
MD5 8a28e7637f5592b37fda7e29cbed5aa8
BLAKE2b-256 6972727177c3073457209ebfa991e3854ea3535ec673a6317e8b98a93157b4d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mcp23017-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7fb8e90fe530db9d0a2d5a738ca13cf975d44e8e906e4bf597899f2428c5333d
MD5 4e41de0b587155dc229e5d700bee4264
BLAKE2b-256 898ab073a088be727de4a2a55b01112dadd4a229ea81e9a191731133b38176d9

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