Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 433 Bytes

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