/Pi_MCP23S17

Python module for the GPIO expander MCP23S17 on the Raspberry Pi.

Primary LanguagePythonMIT LicenseMIT

Pi_MCP23S17

This library is based on RPi-MCP23S17.

This library did not work for me, so I made some changes and created my own version.

Requirements:

sudo apt-get install python-dev python-pip
sudo pip install RPi.GPIO
sudo pip install spidev

To use it (it must be in the same directory):

from Pi_MCP23S17 import MCP23S17